Lucene search
+L

138939 matches found

Cvelist
Cvelist
added 5 days ago29 views

CVE-2026-53402 fbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()

In the Linux kernel, the following vulnerability has been resolved: fbdev: fbcon: fix out-of-bounds read in errout of fbcondosetfont When fbcondosetfont fails e.g., due to a memory allocation failure inside vcresize under heavy memory pressure, it jumps to the errout label to roll back the consol...

7.1CVSS0.00128EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago11 views

CVE-2026-53402

The CVE-2026-53402 issue affects the Linux kernel’s fbdev/fbcon path. When fbcon_do_set_font() fails (e.g., vc_resize() under memory pressure), the error path (err_out) only rolls back vc_font.charcount and neglects to restore hi_font state and the screen buffer. This leaves vc_hi_font_mask set, ...

7.1CVSS5.6AI score0.00128EPSS
SaveExploits0References4
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-53390 ksmbd: fix out-of-bounds read in smb_check_perm_dacl()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds read in smbcheckpermdacl The permission-check ACE walk in smbcheckpermdacl validates the ACE header size and caps sid.numsubauth at SIDMAXSUBAUTHORITIES, but it never checks that ace-size is actually larg...

8.1CVSS0.00435EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 5 days ago6 views

CVE-2026-53390

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out-of-bounds read in smbcheckpermdacl The permission-check ACE walk in smbcheckpermdacl validates the ACE header size and caps sid.numsubauth at SIDMAXSUBAUTHORITIES, but it never checks that ace-size is actually larg...

5.5AI score0.00435EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 5 days ago5 views

CVE-2026-53386 iio: adc: ti-ads1298: add bounds check to pga_settings index

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: add bounds check to pgasettings index ads1298pgasettings has 7 elements but ADS1298MASKCHPGA can yield values 0-7. If it yields a value = 7, this causes an out-of-bounds array access. Add a bounds check and...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago33 views

CVE-2026-53386 iio: adc: ti-ads1298: add bounds check to pga_settings index

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: add bounds check to pgasettings index ads1298pgasettings has 7 elements but ADS1298MASKCHPGA can yield values 0-7. If it yields a value = 7, this causes an out-of-bounds array access. Add a bounds check and...

7.8CVSS0.00129EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-53387 iio: light: veml6075: add bounds check to veml6075_it_ms index

In the Linux kernel, the following vulnerability has been resolved: iio: light: veml6075: add bounds check to veml6075itms index veml6075itms has 5 elements but VEML6075CONFIT can yield values 0-7. If it returns a value = 5, this causes an out-of-bounds array access. Add a bounds check and return...

7.1CVSS0.00125EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 5 days ago5 views

CVE-2026-53386

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: add bounds check to pgasettings index ads1298pgasettings has 7 elements but ADS1298MASKCHPGA can yield values 0-7. If it yields a value = 7, this causes an out-of-bounds array access. Add a bounds check and...

5.2AI score0.00129EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 5 days ago5 views

CVE-2026-53387

In the Linux kernel, the following vulnerability has been resolved: iio: light: veml6075: add bounds check to veml6075itms index veml6075itms has 5 elements but VEML6075CONFIT can yield values 0-7. If it returns a value = 5, this causes an out-of-bounds array access. Add a bounds check and return...

5.2AI score0.00125EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-45509

In the Linux kernel, the following vulnerability has been resolved: iio: light: veml6075: add bounds check to veml6075itms index veml6075itms has 5 elements but VEML6075CONFIT can yield values 0-7. If it returns a value = 5, this causes an out-of-bounds array access. Add a bounds check and return...

5.3AI score0.00125EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago9 views

CVE-2026-53386

CVE-2026-53386 affects the Linux kernel iio: adc: ti-ads1298 driver. The issue is a bounds check for pga_settings indexing: ads1298_pga_settings has 7 elements but ADS1298_MASK_CH_PGA can yield 0–7; values >= 7 cause an out-of-bounds access. A fix adds a bounds check and returns -EINVAL when t...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago7 views

CVE-2026-53387

In the Linux kernel, the vulnerability CVE-2026-53387 affects the IIO light driver for veml6075. The issue arises in veml6075_it_ms indexing: veml6075_it_ms has 5 elements, but VEML6075_CONF_IT can yield 0–7, which can lead to an out-of-bounds access when the index is >= 5. The fix adds a boun...

7.1CVSS5.3AI score0.00125EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago4 views

CVE-2026-53387 iio: light: veml6075: add bounds check to veml6075_it_ms index

In the Linux kernel, the following vulnerability has been resolved: iio: light: veml6075: add bounds check to veml6075itms index veml6075itms has 5 elements but VEML6075CONFIT can yield values 0-7. If it returns a value = 5, this causes an out-of-bounds array access. Add a bounds check and return...

7.1CVSS5.3AI score0.00125EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-45508

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: add bounds check to pgasettings index ads1298pgasettings has 7 elements but ADS1298MASKCHPGA can yield values 0-7. If it yields a value = 7, this causes an out-of-bounds array access. Add a bounds check and...

5.3AI score0.00129EPSS
SaveExploits0References5
NVD
NVD
added 5 days ago7 views

CVE-2026-16225

A security flaw has been discovered in davenardella snap7 up to 1.4.3. The impacted element is the function TSnap7Peer::NegotiatePDULength of the file src/core/s7peer.cpp. The manipulation of the argument PDULength results in out-of-bounds write. The attack can be executed remotely. The exploit h...

6.5CVSS0.00228EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 5 days ago6 views

CVE-2026-53371

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: bound nodedesc sysfs read with %.64s nodedesc64 in struct ibdevice is not guaranteed to be NUL- terminated. The core IB sysfs handler uses "%.64s" for exactly this reason drivers/infiniband/core/sysfs.c:1307, since...

5.2AI score0.00166EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 5 days ago11 views

CVE-2026-16225

Technical details are not publicly available in the provided documents. Monitor for updates.

6.5CVSS6.2AI score0.00228EPSS
SaveExploits0References6
EUVD
EUVD
added 5 days ago10 views

EUVD-2026-45435

A security flaw has been discovered in davenardella snap7 up to 1.4.3. The impacted element is the function TSnap7Peer::NegotiatePDULength of the file src/core/s7peer.cpp. The manipulation of the argument PDULength results in out-of-bounds write. The attack can be executed remotely. The exploit h...

6.5CVSS6.2AI score0.00228EPSS
SaveExploits0References6
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-16225 davenardella snap7 s7_peer.cpp NegotiatePDULength out-of-bounds write

A security flaw has been discovered in davenardella snap7 up to 1.4.3. The impacted element is the function TSnap7Peer::NegotiatePDULength of the file src/core/s7peer.cpp. The manipulation of the argument PDULength results in out-of-bounds write. The attack can be executed remotely. The exploit h...

6.5CVSS0.00228EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 5 days ago9 views

PT-2026-61226

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the smb check perm dacl function within the ksmbd module. This issue occurs during ACE-walk loops when a transposed bounds check fails to properly validat...

8.1CVSS5.1AI score0.00628EPSS
SaveExploits0
Rows per page
Query Builder