Lucene search
+L

118 matches found

NVD
NVD
added 2026/08/27 5:19 p.m.6 views

CVE-2026-71401

An integer underflow was found in the DHCPv4 packet capture code of wicked. nicaptureinspectudpheader in src/capture.c does not verify that the IP total length field iplen is at least as large as the IP header length ihl before subtracting the header length. An unauthenticated attacker on the sam...

5.3CVSS0.00183EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/27 5:19 p.m.8 views

CVE-2026-71402

An out-of-bounds read was found in the DHCPv4 packet capture code of wicked. nicaptureinspectudpheader in src/capture.c reports the IP total length as the payload length instead of the length of the remaining UDP payload. Consequently, the DHCP option walker in the DHCPv4 client wickedd-dhcp4 rea...

5.4CVSS0.00168EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/27 3:09 p.m.29 views

CVE-2026-71402 wicked: out-of-bounds read in the DHCPv4 option parser due to payload length taken from the IP total length

An out-of-bounds read was found in the DHCPv4 packet capture code of wicked. nicaptureinspectudpheader in src/capture.c reports the IP total length as the payload length instead of the length of the remaining UDP payload. Consequently, the DHCP option walker in the DHCPv4 client wickedd-dhcp4 rea...

5.4CVSS0.00168EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 3:09 p.m.4 views

CVE-2026-71402 wicked: out-of-bounds read in the DHCPv4 option parser due to payload length taken from the IP total length

An out-of-bounds read was found in the DHCPv4 packet capture code of wicked. nicaptureinspectudpheader in src/capture.c reports the IP total length as the payload length instead of the length of the remaining UDP payload. Consequently, the DHCP option walker in the DHCPv4 client wickedd-dhcp4 rea...

5.3CVSS5.8AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/27 3:09 p.m.4 views

EUVD-2026-67080

An out-of-bounds read was found in the DHCPv4 packet capture code of wicked. nicaptureinspectudpheader in src/capture.c reports the IP total length as the payload length instead of the length of the remaining UDP payload. Consequently, the DHCP option walker in the DHCPv4 client wickedd-dhcp4 rea...

5.4CVSS5.5AI score0.00168EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/27 3:09 p.m.17 views

CVE-2026-71402

CVE-2026-71402 is an out-of-bounds read in the DHCPv4 packet capture code of wicked (the openSUSE/SUSE network daemon), specifically in ni_capture_inspect_udp_header() in src/capture.c. The function reports the IP total length as the payload length instead of the remaining UDP payload length, cau...

5.4CVSS5.5AI score0.00168EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 3:01 p.m.5 views

CVE-2026-71401 wicked: integer underflow of the UDP length in ni_capture_inspect_udp_header() leads to an out-of-bounds read

An integer underflow was found in the DHCPv4 packet capture code of wicked. nicaptureinspectudpheader in src/capture.c does not verify that the IP total length field iplen is at least as large as the IP header length ihl before subtracting the header length. An unauthenticated attacker on the sam...

5.3CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/27 3:01 p.m.5 views

EUVD-2026-67079

An integer underflow was found in the DHCPv4 packet capture code of wicked. nicaptureinspectudpheader in src/capture.c does not verify that the IP total length field iplen is at least as large as the IP header length ihl before subtracting the header length. An unauthenticated attacker on the sam...

5.3CVSS5.7AI score0.00183EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/27 12:00 a.m.7 views

PT-2026-82547

Name of the Vulnerable Software and Affected Versions wicked versions prior to 0.6.81 Description An integer underflow exists in the DHCPv4 packet capture code of the wickedd-dhcp4 client. The function ni capture inspect udp header in src/capture.c fails to verify that the IP total length field i...

5.3CVSS5.9AI score0.00183EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2026/08/27 12:00 a.m.13 views

PT-2026-82548

Name of the Vulnerable Software and Affected Versions wicked versions prior to 0.6.81 Description An out-of-bounds read exists in the DHCPv4 packet capture code. The function ni capture inspect udp header in src/capture.c incorrectly reports the IP total length as the payload length instead of th...

5.4CVSS5.8AI score0.00168EPSS
SaveExploits0References11
NVD
NVD
added 2026/08/01 1:16 p.m.10 views

CVE-2026-10773

The DHCPv4 client helper netdhcpv4msgtypename in subsys/net/lib/dhcpv4/dhcpv4.c indexes a static 8-element const char name table after a faulty bounds check. The guard used msgtype = sizeofname instead of msgtype = ARRAYSIZEname; sizeof returns the byte size of the pointer array 32 on 32-bit, 64 ...

5.4CVSS0.00283EPSS
SaveExploits1References2
OSV
OSV
added 2026/08/01 12:21 p.m.10 views

CVE-2026-10773 Out-of-bounds read in DHCPv4 client message-type name lookup (net_dhcpv4_msg_type_name)

The DHCPv4 client helper netdhcpv4msgtypename in subsys/net/lib/dhcpv4/dhcpv4.c indexes a static 8-element const char name table after a faulty bounds check. The guard used msgtype = sizeofname instead of msgtype = ARRAYSIZEname; sizeof returns the byte size of the pointer array 32 on 32-bit, 64 ...

5.4CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/01 12:21 p.m.70 views

CVE-2026-10773

Summary (CVE-2026-10773) : A bounds-check bug in Zephyr’s DHCPv4 client helper net_dhcpv4_msg_type_name() can read past the 8-element name table. The guard uses msg_type <= sizeof(name) instead of msg_type

5.4CVSS5.5AI score0.00283EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/08/01 12:21 p.m.45 views

CVE-2026-10773 Out-of-bounds read in DHCPv4 client message-type name lookup (net_dhcpv4_msg_type_name)

The DHCPv4 client helper netdhcpv4msgtypename in subsys/net/lib/dhcpv4/dhcpv4.c indexes a static 8-element const char name table after a faulty bounds check. The guard used msgtype = sizeofname instead of msgtype = ARRAYSIZEname; sizeof returns the byte size of the pointer array 32 on 32-bit, 64 ...

5.4CVSS0.00283EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2019-16033

Malware in sbrugna...

6.5CVSS6.3AI score0.00803EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.18 views

EUVD-2015-6335

Malware in sbrugna...

7.8CVSS7.5AI score0.02832EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2018-0996

Malware in sbrugna...

8.6CVSS8.3AI score0.07658EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2018-0831

Malware in sbrugna...

6.5CVSS6.4AI score0.00668EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2018-0997

Malware in sbrugna...

8.6CVSS8.3AI score0.07658EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:07 p.m.15 views

EUVD-2024-17981

Malicious code in bioql PyPI...

5.3CVSS5.5AI score0.0064EPSS
SaveExploits0References1
Rows per page
Query Builder