Lucene search
+L

215 matches found

EUVD
EUVD
added 3 days ago8 views

EUVD-2026-48841

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELDGET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELDGET. The...

5.8AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago12 views

CVE-2026-64497

CVE-2026-64497 affects the Linux kernel in the iio: chemical scd30 driver. The issue stems from a sign-extension bug that could corrupt the exponent when processing float32, caused by bitwise operations involving ~BIT(31). The fix adds FIELD_GET() usage via linux/bitfield.h and introduces new mac...

5.8AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago6 views

CVE-2026-64497 iio: chemical: scd30: Cleanup initializations and fix sign-extension bug

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELDGET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELDGET. The...

5.8AI score0.00177EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 3 days ago8 views

CVE-2026-64497

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELDGET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELDGET. The...

5.7AI score0.00177EPSS
SaveExploits0
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-46438

Netty: codec-haproxy Signed-Byte Sentinel Collision in HAProxyMessageDecoder Leads to Unbounded Memory Exhaustion...

8.7CVSS5.2AI score0.00516EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago6 views

GHSA-Q6CQ-MHR2-JMR5 Netty: [codec-haproxy] Signed-Byte Sentinel Collision in HAProxyMessageDecoder Leads to Unbounded Memory Exhaustion

The HAProxyMessageDecoder in netty's codec-haproxy module performs protocol version detection by reading the 13th byte of the inbound stream as a signed Java byte and widening it to int without masking. When an attacker sends a PROXY protocol v2 binary prefix 0D 0A 0D 0A 00 0D 0A 51 55 49 54 0A...

8.7CVSS5.6AI score0.00516EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 6 days ago6 views

SUSE CVE-2026-55851

Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final up to but not including 4.2.16.Final, and 4.1.0.Final up to but not including 4.1.135, the HAProxyMessageDecoder in Netty's codec-haproxy module performs protocol version detection by...

8.7CVSS5.9AI score0.00516EPSS
SaveExploits0References3
OSV
OSV
added last week5 views

DEBIAN-CVE-2026-55851

Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final up to but not including 4.2.16.Final, and 4.1.0.Final up to but not including 4.1.135, the HAProxyMessageDecoder in Netty's codec-haproxy module performs protocol version detection by...

8.7CVSS5.5AI score0.00516EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added last week7 views

SUSE CVE-2026-64089

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative lastchangesetlen batadvpivtt::lastchangesetlen len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative...

9.8CVSS5.5AI score0.00552EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.3 views

PT-2026-62225

Name of the Vulnerable Software and Affected Versions Netty versions 4.1.0.Final through 4.1.134 Netty versions 4.2.0.Final through 4.2.15 Description The HAProxyMessageDecoder in the codec-haproxy module performs protocol version detection by reading the 13th byte as a signed Java byte and...

8.7CVSS5.5AI score0.00516EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45773

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative ttbufflen batadvorignode::ttbufflen was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative signed integer. I...

5.6AI score0.00281EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:39 p.m.12 views

CVE-2026-64089

CVE-2026-64089 affects the Linux kernel Batman-Adv (batman-adv) TT code. The root cause is that last_changeset_len was declared as s16, which can wrap when values exceed 32767, producing a negative value that then propagates into a widened s32. This leads batadv_tt_prepare_tvlv_local_data() to al...

9.8CVSS5.6AI score0.00552EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64088

CVE-2026-64088 relates to the Linux kernel’s batman-adv code, where batadv_orig_node::tt_buff_len was defined as a signed 16-bit int (s16) but not intended to hold negatives. When values exceed 32767, they wrap to negative values, and in batadv_send_other_tt_response the field is widened to s32, ...

8.8CVSS5.6AI score0.00281EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 3:39 p.m.7 views

EUVD-2026-45774

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative lastchangesetlen batadvpivtt::lastchangesetlen len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative...

5.6AI score0.00552EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64088 batman-adv: tt: fix negative tt_buff_len

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative ttbufflen batadvorignode::ttbufflen was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative signed integer. I...

8.8CVSS5.5AI score0.00281EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64089 batman-adv: tt: fix negative last_changeset_len

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative lastchangesetlen batadvpivtt::lastchangesetlen len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative...

9.8CVSS5.5AI score0.00552EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.9 views

CVE-2026-64089

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative lastchangesetlen batadvpivtt::lastchangesetlen len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a negative...

9.8CVSS5.4AI score0.00552EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.7 views

PT-2026-61406

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the batman-adv module where the last changeset len field in batadv piv tt is declared as a signed 16-bit integer s16. Because this field should not hold negative value...

9.8CVSS5.3AI score0.00552EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.6 views

PT-2026-61405

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the batman-adv module where the tt buff len field in batadv orig node is declared as a signed 16-bit integer s16. Because this field should not hold negative values,...

8.8CVSS5.3AI score0.00281EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-56123

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - socat versions 1.8.0.0 through 1.8.1.1 contain a heap-based buffer overflow vulnerability that allows a malicious SOCKS5 proxy server to overwrite adjacent heap...

9.8CVSS6.2AI score0.00308EPSS
SaveExploits0References3
Rows per page
Query Builder