CVE-2026-57162

Source
https://cve.org/CVERecord?id=CVE-2026-57162
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-57162.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-57162
Aliases
  • GHSA-m9g3-jcj8-qjfm
Downstream
Published
2026-09-04T17:11:37.114Z
Modified
2026-09-06T08:07:52.790397Z
Severity
  • 8.8 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
PJSIP: Stack overflow parsing SDP a=crypto attributes
Details

PJSIP is a free and open source multimedia communication library written in C. Prior to commit a1b707c, a stack buffer overflow exists in the SRTP/SDES media transport when processing a=crypto attributes during SDP offer/answer (sdesencodesdp() in transportsrtpsdes.c). This affects applications with SRTP enabled (use_srtp optional or mandatory, using SDES keying). During media negotiation, the crypto attributes from the remote SDP are collected into a fixed-size array without bounding their number; a remote peer that includes an excessive number of a=crypto attributes in a single media description can write past the end of that array on the stack. This is reachable from an incoming SIP INVITE during offer/answer, before application-level authentication. Impact may range from unexpected application termination to control flow hijack/memory corruption. Applications that do not enable SRTP are not affected. This issue has been patched via commit a1b707c.

Database specific
{
    "cwe_ids": [
        "CWE-121"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/57xxx/CVE-2026-57162.json",
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "fixed": "a1b707c0c9b0506faf2a8a438b60f11ffd6a6fd9"
                }
            ]
        }
    ]
}
References

Affected packages

Git / github.com/pjsip/pjproject

Affected ranges

Type
GIT
Repo
https://github.com/pjsip/pjproject
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": "REFERENCES"
}

Affected versions

2.*
2.10
2.11
2.12
2.13
2.14
2.15
2.16
2.17

Database specific

vanir_signatures
[
    {
        "target": {
            "function": "sdes_encode_sdp",
            "file": "pjmedia/src/pjmedia/transport_srtp_sdes.c"
        },
        "deprecated": false,
        "signature_type": "Function",
        "id": "CVE-2026-57162-c92c6852",
        "source": "https://github.com/pjsip/pjproject/commit/a1b707c0c9b0506faf2a8a438b60f11ffd6a6fd9",
        "signature_version": "v1",
        "digest": {
            "length": 3867.0,
            "function_hash": "197705584536709361172793928363727782007"
        }
    },
    {
        "target": {
            "file": "pjmedia/src/pjmedia/transport_srtp_sdes.c"
        },
        "deprecated": false,
        "signature_type": "Line",
        "id": "CVE-2026-57162-c9982af5",
        "source": "https://github.com/pjsip/pjproject/commit/a1b707c0c9b0506faf2a8a438b60f11ffd6a6fd9",
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "184152710595208779892347837667218087976",
                "136085552080150773281032168884880823644",
                "68866436010117165744323556258241745195"
            ],
            "threshold": 0.9
        }
    }
]
source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-57162.json"
vanir_signatures_modified
"2026-09-06T08:07:52Z"