cvelist/2023/32xxx/CVE-2023-32325.json

91 lines
3.2 KiB
JSON
Raw Normal View History

2023-05-08 14:00:38 +00:00
{
2023-05-27 00:00:39 +00:00
"data_version": "4.0",
2023-05-08 14:00:38 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-32325",
2023-05-27 00:00:39 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-05-08 14:00:38 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-05-27 00:00:39 +00:00
"value": "PostHog-js is a library to interface with the PostHog analytics tool. Versions prior to 1.57.2 have the potential for cross-site scripting. Problem has been patched in 1.57.2. Users are advised to upgrade. Users unable to upgrade should ensure that their Content Security Policy is in place."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "PostHog",
"product": {
"product_data": [
{
"product_name": "posthog-js",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.57.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/PostHog/posthog-js/security/advisories/GHSA-8775-5hwv-wr6v",
"refsource": "MISC",
"name": "https://github.com/PostHog/posthog-js/security/advisories/GHSA-8775-5hwv-wr6v"
},
{
"url": "https://github.com/PostHog/posthog-js/commit/67e07eb8bb271a3a6f4aa251382e4d25abb385a0",
"refsource": "MISC",
"name": "https://github.com/PostHog/posthog-js/commit/67e07eb8bb271a3a6f4aa251382e4d25abb385a0"
}
]
},
"source": {
"advisory": "GHSA-8775-5hwv-wr6v",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
2023-05-08 14:00:38 +00:00
}
]
}
}