CVE-2026-42225 PUBLISHED

GnuTLS backend silently skips certificate chain verification when verify_peer is false

Assigner: GitHub_M
Reserved: 25.04.2026 Published: 07.05.2026 Updated: 07.05.2026

PJSIP is a free and open source multimedia communication library written in C. Prior to version 2.17, on GnuTLS builds, the SIP TLS transport (sip_transport_tls) can accept connections with invalid or untrusted certificates even when the application explicitly enables certificate verification via verify_server = PJ_TRUE or verify_client = PJ_TRUE. This issue has been patched in version 2.17.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.2

Product Status

Vendor pjsip
Product pjproject
Versions
  • Version < 2.17 is affected

References

Problem Types

  • CWE-295: Improper Certificate Validation CWE