CVE-2024-34363

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-34363
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-34363.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-34363
Aliases
Published
2024-06-04T20:59:52Z
Modified
2025-11-11T03:03:38.229457Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Envoy can crash due to uncaught nlohmann JSON exception
Details

Envoy is a cloud-native, open source edge and service proxy. Due to how Envoy invoked the nlohmann JSON library, the library could throw an uncaught exception from downstream data if incomplete UTF-8 strings were serialized. The uncaught exception would cause Envoy to crash.

Database specific
{
    "cwe_ids": [
        "CWE-248"
    ]
}
References

Affected packages

Git / github.com/envoyproxy/envoy

Affected ranges

Type
GIT
Repo
https://github.com/envoyproxy/envoy
Events
Database specific
{
    "versions": [
        {
            "introduced": "1.29.0"
        },
        {
            "last_affected": "1.29.4"
        }
    ]
}
Type
GIT
Repo
https://github.com/envoyproxy/envoy
Events
Database specific
{
    "versions": [
        {
            "introduced": "1.28.0"
        },
        {
            "last_affected": "1.28.3"
        }
    ]
}

Affected versions

v1.*

v1.28.0
v1.28.1
v1.28.2
v1.28.3
v1.29.0
v1.29.1
v1.29.2
v1.29.3
v1.29.4