Lucene search
+L

46 matches found

NVD
NVD
added 2026/08/31 3:16 a.m.17 views

CVE-2026-82608

A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the component AVP Handler. Executing a manipulation can lead to out-of-bounds read. The attack may be performed from remote. The exploit has bee...

7.4CVSS0.00234EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/31 3:16 a.m.12 views

DEBIAN-CVE-2026-82608

A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the component AVP Handler. Executing a manipulation can lead to out-of-bounds read. The attack may be performed from remote. The exploit has bee...

5.3CVSS6.6AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/31 3:16 a.m.11 views

UBUNTU-CVE-2026-82608

A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the component AVP Handler. Executing a manipulation can lead to out-of-bounds read. The attack may be performed from remote. The exploit has bee...

7.4CVSS6.6AI score0.00234EPSS
SaveExploits0References10
CVE
CVE
added 2026/08/31 2:45 a.m.45 views

CVE-2026-82608

Kamailio versions up to 5.5.0/6.0.7 contain an out-of-bounds read in the get_4bytes function within the AVP Handler component (src/modules/ims_registrar_scscf/cxdx_avp.c). A remote attacker with low privileges can trigger the flaw, potentially leading to information disclosure or service disrupti...

7.4CVSS6.6AI score0.00234EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/31 2:45 a.m.55 views

CVE-2026-82608 Kamailio AVP cxdx_avp.c get_4bytes out-of-bounds

A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the component AVP Handler. Executing a manipulation can lead to out-of-bounds read. The attack may be performed from remote. The exploit has bee...

7.4CVSS0.00234EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/31 2:45 a.m.11 views

CVE-2026-82608

A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the component AVP Handler. Executing a manipulation can lead to out-of-bounds read. The attack may be performed from remote. The exploit has bee...

7.4CVSS6.6AI score0.00234EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/31 2:45 a.m.14 views

EUVD-2026-68332

A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the component AVP Handler. Executing a manipulation can lead to out-of-bounds read. The attack may be performed from remote. The exploit has bee...

7.4CVSS6.6AI score0.00234EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/31 2:45 a.m.19 views

CVE-2026-82608 Kamailio AVP cxdx_avp.c get_4bytes out-of-bounds

A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the component AVP Handler. Executing a manipulation can lead to out-of-bounds read. The attack may be performed from remote. The exploit has bee...

5.3CVSS5.4AI score
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/31 12:00 a.m.16 views

CVE-2026-82608

A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the component AVP Handler. Executing a manipulation can lead to out-of-bounds read. The attack may be performed from remote. The exploit has bee...

7.4CVSS6.7AI score0.00234EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-82608

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability was determined in Kamailio up to 5.5.0/6.0.7. This affects the function get4bytes of the file src/modules/imsregistrarscscf/cxdxavp.c of the...

7.4CVSS6.4AI score0.00234EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/28 5:16 p.m.21 views

CVE-2026-54345

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

7.5CVSS5.3AI score0.00512EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/07/28 4:14 p.m.19 views

GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

Summary The Diameter AVP decoder in github.com/gopacket/gopacket computes dataLength := avp.Length - uint32headerSize without first ensuring avp.Length = headerSize. When the Vendor flag is set, headerSize is 12, but the only length guard upstream rejects avp.Length CWE-770 unbounded allocation...

7.5CVSS6.5AI score0.00512EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/07/28 4:14 p.m.45 views

CVE-2026-54345 GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

6.9CVSS0.00512EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/28 4:14 p.m.68 views

CVE-2026-54345

Technical details about CVE-2026-54345 are not publicly available in the provided documents. Monitor for updates from the vendor and OSV references; no concrete affected products, versions, or fixes are described here.

7.5CVSS5.9AI score0.00512EPSS
SaveExploits1References3Affected Software1
attackerkb
attackerkb
added 2026/07/28 4:14 p.m.12 views

CVE-2026-54345

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

6.9CVSS5.9AI score0.00512EPSS
SaveExploits1References4Affected Software1
Packet Storm
Packet Storm
added 2026/05/11 12:00 a.m.128 views

📄 strongSwan 4.5.0 EAP-TTLS Integer Underflow

This Metasploit auxiliary module is designed to detect a vulnerability in strongSwan's EAP-TTLS implementation, identified as CVE-2026-25075. The issue is related to an integer underflow in the handling of AVP Attribute-Value Pair length fields during IKE-related UDP communication...

8.7CVSS6AI score0.01013EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2026/04/15 12:00 a.m.8 views

SUSE SLES12 Security Update : strongswan (SUSE-SU-2026:1307-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by a vulnerability as referenced in the SUSE- SU-2026:1307-1 advisory. This update for strongswan fixes the following issue: - CVE-2026-25075: integer underflow when handling EAP-TTLS AVP bsc1259472. Tenable has extracted...

8.7CVSS5.9AI score0.01013EPSS
SaveExploits2References4
OSV
OSV
added 2026/04/14 10:35 a.m.19 views

SUSE-SU-2026:1307-1 Security update for strongswan

This update for strongswan fixes the following issue: - CVE-2026-25075: integer underflow when handling EAP-TTLS AVP bsc1259472...

8.7CVSS6.2AI score0.01013EPSS
SaveExploits2References3
OSV
OSV
added 2026/03/29 12:55 a.m.13 views

MGASA-2026-0072 Updated strongswan packages fix security vulnerability

strongSwan 4.5.0 6.0.5 EAP-TTLS AVP Parsing Integer Underflow. CVE-2026-25075...

8.7CVSS5.8AI score0.01013EPSS
SaveExploits2References5
Mageia
Mageia
added 2026/03/29 12:55 a.m.23 views

Updated strongswan packages fix security vulnerability

strongSwan 4.5.0 6.0.5 EAP-TTLS AVP Parsing Integer Underflow. CVE-2026-25075...

8.7CVSS5.8AI score0.01013EPSS
SaveExploits2References4
Rows per page
Query Builder