cvelist/2024/8xxx/CVE-2024-8113.json

124 lines
5.1 KiB
JSON
Raw Normal View History

2024-08-23 09:00:32 +00:00
{
2024-08-23 15:00:32 +00:00
"data_version": "4.0",
2024-08-23 09:00:32 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-8113",
2024-08-23 15:00:32 +00:00
"ASSIGNER": "security@rami.io",
"STATE": "PUBLIC"
2024-08-23 09:00:32 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-08-23 15:00:32 +00:00
"value": "Stored XSS in organizer and event settings of pretix up to 2024.7.0 allows malicious event organizers to inject HTML tags into e-mail previews on settings page. The default Content Security Policy of pretix prevents execution of attacker-provided scripts, making exploitation unlikely. However, combined with a CSP bypass (which is not currently known) the vulnerability could be used to impersonate other organizers or staff users."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting')",
"cweId": "CWE-79"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "pretix",
"product": {
"product_data": [
{
"product_name": "pretix",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"changes": [
{
"at": "2024.4.1",
"status": "unaffected"
},
{
"at": "2024.5.1",
"status": "unaffected"
},
{
"at": "2024.6.1",
"status": "unaffected"
},
{
"at": "2024.7.1",
"status": "unaffected"
}
],
"lessThanOrEqual": "2024.7.0",
"status": "affected",
"version": "0",
"versionType": "custom"
}
],
"defaultStatus": "unaffected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://pretix.eu/about/en/blog/20240823-release-2024-7-1/",
"refsource": "MISC",
"name": "https://pretix.eu/about/en/blog/20240823-release-2024-7-1/"
2024-08-23 09:00:32 +00:00
}
]
2024-08-23 15:00:32 +00:00
},
"generator": {
"engine": "Vulnogram 0.2.0"
},
"source": {
"discovery": "INTERNAL"
},
"configuration": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Only exploitable if Content-Security-Policy are removed or if a CSP bypass is possible.<br>"
}
],
"value": "Only exploitable if Content-Security-Policy are removed or if a CSP bypass is possible."
}
],
"exploit": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "No known exploits.<br>"
}
],
"value": "No known exploits."
}
]
2024-08-23 09:00:32 +00:00
}