2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2004-2022" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2004-12-31T05:00:00.000" ,
2024-11-21 23:11:37 +00:00
"lastModified" : "2024-11-20T23:52:18.750" ,
2023-04-24 12:24:31 +02:00
"vulnStatus" : "Modified" ,
2024-12-08 03:06:42 +00:00
"cveTags" : [ ] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "ActivePerl 5.8.x and others, and Larry Wall's Perl 5.6.1 and others, when running on Windows systems, allows attackers to cause a denial of service (crash) and possibly execute arbitrary code via a long argument to the system command, which leads to a stack-based buffer overflow. NOTE: it is unclear whether this bug is in Perl or the OS API that is used by Perl."
}
] ,
"metrics" : {
"cvssMetricV2" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "2.0" ,
"vectorString" : "AV:L/AC:L/Au:N/C:N/I:N/A:P" ,
2024-11-21 23:11:37 +00:00
"baseScore" : 2.1 ,
2023-04-24 12:24:31 +02:00
"accessVector" : "LOCAL" ,
"accessComplexity" : "LOW" ,
"authentication" : "NONE" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-11-21 23:11:37 +00:00
"availabilityImpact" : "PARTIAL"
2023-04-24 12:24:31 +02:00
} ,
"baseSeverity" : "LOW" ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 2.9 ,
"acInsufInfo" : false ,
"obtainAllPrivilege" : false ,
"obtainUserPrivilege" : false ,
"obtainOtherPrivilege" : false ,
"userInteractionRequired" : false
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-Other"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:activestate:activeperl:5.6.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "946C2AD2-EAEE-473E-9A3C-827FA3D89D2F"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:activestate:activeperl:5.6.1.630:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "4921CDAF-E4D5-4AED-8FD9-1E506105A5D1"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:activestate:activeperl:5.6.2:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "BA1DA7BF-DAB4-47F9-BE5B-808E8FFFC83E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:activestate:activeperl:5.6.3:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "D5B92CD6-8E90-4737-B5E3-1AA61A030809"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:activestate:activeperl:5.7.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "4DA00BED-7C68-4BEA-93CE-8A064F4A8624"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:activestate:activeperl:5.7.2:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "FB52D21C-3164-40E3-80CC-3DE2F351CBC2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:activestate:activeperl:5.7.3:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "658D6331-3F95-4D93-A244-4AD60B109CD3"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:activestate:activeperl:5.8:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "20B2F92E-AE6D-4C99-8835-798D52121D93"
}
]
}
]
}
] ,
"references" : [
{
"url" : "http://archives.neohapsis.com/archives/fulldisclosure/2004-05/0905.html" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://marc.info/?l=bugtraq&m=108489894009025&w=2" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://marc.info/?l=full-disclosure&m=108482796105922&w=2" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://marc.info/?l=full-disclosure&m=108483058514596&w=2" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://marc.info/?l=full-disclosure&m=108489112131099&w=2" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://www.oliverkarow.de/research/ActivePerlSystemBOF.txt" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://www.perlmonks.org/index.pl?node_id=354145" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://www.securityfocus.com/bid/10375" ,
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/16169" ,
"source" : "cve@mitre.org"
2024-11-21 23:11:37 +00:00
} ,
{
"url" : "http://archives.neohapsis.com/archives/fulldisclosure/2004-05/0905.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://marc.info/?l=bugtraq&m=108489894009025&w=2" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://marc.info/?l=full-disclosure&m=108482796105922&w=2" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://marc.info/?l=full-disclosure&m=108483058514596&w=2" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://marc.info/?l=full-disclosure&m=108489112131099&w=2" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://www.oliverkarow.de/research/ActivePerlSystemBOF.txt" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://www.perlmonks.org/index.pl?node_id=354145" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "http://www.securityfocus.com/bid/10375" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit"
]
} ,
{
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/16169" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2023-04-24 12:24:31 +02:00
}
]
}