cvelist/2010/3xxx/CVE-2010-3438.json

72 lines
2.5 KiB
JSON
Raw Normal View History

2017-10-16 12:31:07 -04:00
{
2019-03-18 01:53:35 +00:00
"CVE_data_meta": {
2019-11-12 20:01:53 +00:00
"ASSIGNER": "secalert@redhat.com",
2019-03-18 01:53:35 +00:00
"ID": "CVE-2010-3438",
2019-11-12 20:01:53 +00:00
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "libpoe-component-irc-perl",
"product": {
"product_data": [
{
"product_name": "libpoe-component-irc-perl",
"version": {
"version_data": [
{
"version_value": "before v6.32"
}
]
}
}
]
}
}
]
}
2019-03-18 01:53:35 +00:00
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
2019-11-12 20:01:53 +00:00
"value": "libpoe-component-irc-perl before v6.32 does not remove carriage returns and line feeds. This can be used to execute arbitrary IRC commands by passing an argument such as \"some text\\rQUIT\" to the 'privmsg' handler, which would cause the client to disconnect from the server."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "stripping of CR/LF allows arbitrary IRC command execution"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://security-tracker.debian.org/tracker/CVE-2010-3438",
"refsource": "MISC",
"name": "https://security-tracker.debian.org/tracker/CVE-2010-3438"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3438",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3438"
},
{
"refsource": "MISC",
"name": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581194",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581194"
2019-03-18 01:53:35 +00:00
}
]
}
}