cvelist/2008/7xxx/CVE-2008-7319.json

77 lines
2.5 KiB
JSON
Raw Normal View History

2017-11-07 16:03:23 -05:00
{
2019-03-18 01:00:59 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2008-7319",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
2017-11-07 16:03:23 -05:00
{
2019-03-18 01:00:59 +00:00
"lang": "eng",
"value": "The Net::Ping::External extension through 0.15 for Perl does not properly sanitize arguments (e.g., invalid hostnames) containing shell metacharacters before use of backticks in External.pm, allowing for shell command injection and arbitrary command execution if untrusted input is used."
2017-11-07 16:03:23 -05:00
}
2019-03-18 01:00:59 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://rt.cpan.org/Public/Bug/Display.html?id=33230",
"refsource": "MISC",
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=33230"
},
{
"name": "https://bugs.debian.org/881097",
"refsource": "MISC",
"url": "https://bugs.debian.org/881097"
},
{
"name": "http://www.openwall.com/lists/oss-security/2017/11/07/4",
"refsource": "MISC",
"url": "http://www.openwall.com/lists/oss-security/2017/11/07/4"
},
{
"name": "http://matthias.sdfeu.org/devel/net-ping-external-cmd-injection.patch",
"refsource": "MISC",
"url": "http://matthias.sdfeu.org/devel/net-ping-external-cmd-injection.patch"
}
]
}
}