cvelist/2010/1xxx/CVE-2010-1644.json

144 lines
5.2 KiB
JSON
Raw Normal View History

2017-10-16 12:31:07 -04:00
{
2023-02-02 17:02:24 +00:00
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
2019-03-18 03:23:03 +00:00
"CVE_data_meta": {
"ID": "CVE-2010-1644",
2023-02-02 17:02:24 +00:00
"ASSIGNER": "secalert@redhat.com",
2019-03-18 03:23:03 +00:00
"STATE": "PUBLIC"
},
2023-02-02 17:02:24 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "CVE-2010-1644 cacti: XSS issues in host.php and data_sources.php (VUPEN/ADV-2010-1203)"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
]
},
2019-03-18 03:23:03 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
2023-02-02 17:02:24 +00:00
"vendor_name": "n/a",
2019-03-18 03:23:03 +00:00
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
2023-02-02 17:02:24 +00:00
"version_value": "n/a",
"version_affected": "="
2019-03-18 03:23:03 +00:00
}
]
}
}
]
2023-02-02 17:02:24 +00:00
}
2019-03-18 03:23:03 +00:00
}
]
}
},
"references": {
"reference_data": [
{
2023-02-02 17:02:24 +00:00
"url": "http://www.mandriva.com/security/advisories?name=MDVSA-2010:160",
"refsource": "MISC",
"name": "http://www.mandriva.com/security/advisories?name=MDVSA-2010:160"
},
{
"url": "http://secunia.com/advisories/41041",
"refsource": "MISC",
"name": "http://secunia.com/advisories/41041"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "http://www.vupen.com/english/advisories/2010/2132",
"refsource": "MISC",
"name": "http://www.vupen.com/english/advisories/2010/2132"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "https://access.redhat.com/errata/RHSA-2010:0635",
"refsource": "MISC",
"name": "https://access.redhat.com/errata/RHSA-2010:0635"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "https://rhn.redhat.com/errata/RHSA-2010-0635.html",
"refsource": "MISC",
"name": "https://rhn.redhat.com/errata/RHSA-2010-0635.html"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "http://svn.cacti.net/viewvc?view=rev&revision=5901",
"refsource": "MISC",
"name": "http://svn.cacti.net/viewvc?view=rev&revision=5901"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "http://www.cacti.net/release_notes_0_8_7f.php",
"refsource": "MISC",
"name": "http://www.cacti.net/release_notes_0_8_7f.php"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "http://www.securityfocus.com/archive/1/511393",
"refsource": "MISC",
"name": "http://www.securityfocus.com/archive/1/511393"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "http://www.securityfocus.com/bid/40332",
"refsource": "MISC",
"name": "http://www.securityfocus.com/bid/40332"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "http://www.vupen.com/english/advisories/2010/1203",
"refsource": "MISC",
"name": "http://www.vupen.com/english/advisories/2010/1203"
2019-03-18 03:23:03 +00:00
},
{
2023-02-02 17:02:24 +00:00
"url": "https://access.redhat.com/security/cve/CVE-2010-1644",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/CVE-2010-1644"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=609093",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=609093"
}
]
},
"impact": {
"cvss": [
{
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 4.3,
"collateralDamagePotential": "NOT_DEFINED",
"confidentialityImpact": "NONE",
"confidentialityRequirement": "NOT_DEFINED",
"environmentalScore": 0,
"exploitability": "NOT_DEFINED",
"integrityImpact": "PARTIAL",
"integrityRequirement": "NOT_DEFINED",
"remediationLevel": "NOT_DEFINED",
"reportConfidence": "NOT_DEFINED",
"targetDistribution": "NOT_DEFINED",
"temporalScore": 0,
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
2019-03-18 03:23:03 +00:00
}
]
}
}