First published: Fri Feb 09 2024(Updated: )
### Impact 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. ### Patches The identified vulnerability has been remedied in fix #2509 and will be included in versions released after 2.1.3. Users are strongly advised to upgrade to these patched versions to safeguard against the vulnerability. ### Workarounds A temporary workaround involves filtering underscores before incorporating user input into the message template. ### References - [Pull Request #2509](https://github.com/nonebot/nonebot2/pull/2509) - [CWE-1336](https://cwe.mitre.org/data/definitions/1336.html)
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
pip/nonebot2 | >=2.0.0a16<=2.1.3 | 2.2.0 |
Nonebot Nonebot | >=2.0.1<2.2.0 | |
Nonebot Nonebot | =2.0.0 | |
Nonebot Nonebot | =2.0.0-alpha16 | |
Nonebot Nonebot | =2.0.0-beta1 | |
Nonebot Nonebot | =2.0.0-beta2 | |
Nonebot Nonebot | =2.0.0-beta3 | |
Nonebot Nonebot | =2.0.0-beta4 | |
Nonebot Nonebot | =2.0.0-beta5 | |
Nonebot Nonebot | =2.0.0-rc1 | |
Nonebot Nonebot | =2.0.0-rc2 | |
Nonebot Nonebot | =2.0.0-rc3 | |
Nonebot Nonebot | =2.0.0-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-21624 can lead to potential information leaks, such as exposing environment variables, when developers misuse `MessageTemplate` with user-provided data.
To remediate CVE-2024-21624, update Nonebot2 to version 2.2.0 or later.
CVE-2024-21624 affects Nonebot2 versions from 2.0.0-alpha16 up to, but not including, 2.2.0.
CVE-2024-21624 is classified as a potential information disclosure vulnerability.
Yes, CVE-2024-21624 has been addressed in fix #2509.