cvelist/2024/21xxx/CVE-2024-21624.json

91 lines
3.4 KiB
JSON
Raw Normal View History

2023-12-29 04:00:37 +00:00
{
2024-02-09 23:00:35 +00:00
"data_version": "4.0",
2023-12-29 04:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-21624",
2024-02-09 23:00:35 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-12-29 04:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-02-09 23:00:35 +00:00
"value": "nonebot2 is a cross-platform Python asynchronous chatbot framework written in Python. This security advisory pertains to a potential information leak (e.g., environment variables) in instances where developers utilize `MessageTemplate` and incorporate user-provided data into templates. The identified vulnerability has been remedied in pull request #2509 and will be included in versions released from 2.2.0. Users are strongly advised to upgrade to these patched versions to safeguard against the vulnerability. A temporary workaround involves filtering underscores before incorporating user input into the message template."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"cweId": "CWE-200"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "nonebot",
"product": {
"product_data": [
{
"product_name": "nonebot2",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 2.0.0a16, < 2.2.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/nonebot/nonebot2/security/advisories/GHSA-59j8-776v-xxxg",
"refsource": "MISC",
"name": "https://github.com/nonebot/nonebot2/security/advisories/GHSA-59j8-776v-xxxg"
},
{
"url": "https://github.com/nonebot/nonebot2/pull/2509",
"refsource": "MISC",
"name": "https://github.com/nonebot/nonebot2/pull/2509"
}
]
},
"source": {
"advisory": "GHSA-59j8-776v-xxxg",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
2023-12-29 04:00:37 +00:00
}
]
}
}