Lucene search
+L

52416 matches found

CVE
CVE
•added 2026/09/24 3:51 p.m.•7 views

CVE-2026-93261

The Linux kernel contains a vulnerability in the locking/lockdep component. The function __lock_set_class() fails to perform a NULL check on the return value of register_lock_class(), which can return NULL if the lock class pool is exhausted, graph_lock() fails, or key validation fails. Using thi...

5.6AI score
SaveExploits0References8
EUVD
EUVD
•added 2026/09/24 3:51 p.m.•3 views

EUVD-2026-86133

In the Linux kernel, the following vulnerability has been resolved: locking/lockdep: Fix NULL pointer dereference in locksetclass registerlockclass can return NULL when the lock class pool is exhausted, graphlock fails, or key validation fails. However, locksetclass uses the return value directly...

5.6AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/24 3:51 p.m.•8 views

CVE-2026-93247

The Linux kernel contains a NULL pointer dereference vulnerability within the Bluetooth management subsystem. The issue arises because the uuid_count member of struct discovery_state is accessed and modified without proper locking, creating a race condition during hci_update_passive_scan_sync. If...

5.6AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/24 3:51 p.m.•5 views

EUVD-2026-86257

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix 'hdev-discovery.uuids' NULL dereference 'uuidcount' member of struct 'discoverystate' is assigned and read without any locks, so there is a chance of situation when uuidcount != 0, but uuids is NULL and there...

5.6AI score
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/24 3:33 p.m.•3 views

CVE-2026-93236

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix NULL pointer deref in vdectryfmtcommon When VIDIOCTRYFMT is called with an unsupported pixel format on the OUTPUT queue, vdectryfmtcommon falls back to V4L2PIXFMTMPEG2. However, if a distro has locally...

5.7AI score
SaveExploits0
CVE
CVE
•added 2026/09/24 3:33 p.m.•6 views

CVE-2026-93236

The Linux kernel contains a NULL pointer dereference vulnerability within the media: meson: vdec component. When the VIDIOC_TRY_FMT command is invoked with an unsupported pixel format on the OUTPUT queue , the function vdec_try_fmt_common() attempts to fall back to V4L2_PIX_FMT_MPEG2 . In distrib...

5.6AI score
SaveExploits0References8
EUVD
EUVD
•added 2026/09/24 3:33 p.m.•4 views

EUVD-2026-86241

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix NULL pointer deref in vdectryfmtcommon When VIDIOCTRYFMT is called with an unsupported pixel format on the OUTPUT queue, vdectryfmtcommon falls back to V4L2PIXFMTMPEG2. However, if a distro has locally...

5.7AI score
SaveExploits0References8
NVD
NVD
•added 2026/09/24 3:17 p.m.•5 views

CVE-2026-58007

Untrusted pointer dereference vulnerability in Altera Trusted Firmware on HPS allows Exploitation of Improperly Configured or Implemented Memory Protections. This issue affects Trusted Firmware: through socfpgav2.14.0...

8.3CVSS
SaveExploits0References1
NVD
NVD
•added 2026/09/24 3:17 p.m.•5 views

CVE-2026-58006

Untrusted pointer dereference vulnerability in Altera Trusted Firmware on HPS allows Exploitation of Improperly Configured or Implemented Memory Protections. This issue affects Trusted Firmware: through socfpgav2.14.0...

8.3CVSS
SaveExploits0References1
CVE
CVE
•added 2026/09/24 3:10 p.m.•6 views

CVE-2026-93212

A vulnerability exists in the Linux kernel nfsd service where a NULL pointer dereference occurs in nfsd_file_net_dispose(). During per-net teardown, nn->nfsd_serv is cleared before the filecache laundrette is shut down. This allows the service thread to execute a dispose pass that identifies e...

5.7AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/24 3:10 p.m.•5 views

EUVD-2026-85941

In the Linux kernel, the following vulnerability has been resolved: nfsd: guard nfsdserv deref in nfsdfilenetdispose nfsdfilenetdispose is the consumer side of l-freeme: the nfsd service thread loop calls it to drain entries that the filecache garbage collector and shrinker append via...

5.7AI score
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/24 3:10 p.m.•2 views

CVE-2026-93212

In the Linux kernel, the following vulnerability has been resolved: nfsd: guard nfsdserv deref in nfsdfilenetdispose nfsdfilenetdispose is the consumer side of l-freeme: the nfsd service thread loop calls it to drain entries that the filecache garbage collector and shrinker append via...

5.7AI score
SaveExploits0
EUVD
EUVD
•added 2026/09/24 3:10 p.m.•5 views

EUVD-2026-85940

In the Linux kernel, the following vulnerability has been resolved: nfsd: initialize DRC hash table before registering shrinker shrinkerregister precedes the INITLISTHEAD loop and the drchashsize store. On weakly-ordered architectures arm64, ppc, a shrinker scan can observe drchashsize before the...

5.8AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/24 3:10 p.m.•6 views

CVE-2026-93211

The Linux kernel contains a vulnerability in the nfsd component where the DRC hash table is not fully initialized before the shrinker is registered. On weakly-ordered architectures such as arm64 and ppc , a shrinker scan can observe the drc_hashsize before the bucket list heads are initialized, r...

5.7AI score
SaveExploits0References4
CVE
CVE
•added 2026/09/24 3:10 p.m.•5 views

CVE-2026-93210

The Linux kernel contains a vulnerability in the SMB client component where the DFS cache is not properly hardened against invalid target hints. Specifically, the get_tgt_name() function returns ERR_PTR(-ENOENT) when ce->tgthint is NULL, while dfs_cache_noreq_update_tgthint() incorrectly assum...

5.7AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/24 3:10 p.m.•4 views

EUVD-2026-85939

In the Linux kernel, the following vulnerability has been resolved: smb: client: harden DFS cache against invalid target hints Currently, gettgtname returns ERRPTR-ENOENT when ce-tgthint is NULL, and dfscachenorequpdatetgthint assumes ce-tgthint is always valid. In preparation for clearing...

5.7AI score
SaveExploits0References6
Kitploit
Kitploit
•added 2026/09/24 3:07 p.m.•6 views

CVE-2026-45729

CVE-2026-45729 — Desreferencia de puntero NULL en ThorVG mediante SVG malformado Severidad: CVSS 4.3 Media — CWE-476 Aviso: GHSA-f863-8ghq-7h64 Corregido en: ThorVG v1.0.5 Estado: Parcheado / Divulgado Resumen El analizador SVG de ThorVG desreferencia un puntero que nunca se inicializa cuando...

4.3CVSS5.9AI score0.00413EPSS
SaveExploits1References1
CVE
CVE
•added 2026/09/24 2:52 p.m.•7 views

CVE-2026-58007

The Altera Trusted Firmware on HPS is vulnerable to an untrusted pointer dereference due to an unchecked SDM mailbox response address . This flaw allows for the exploitation of improperly configured or implemented memory protections , specifically leading to EL3 secure-memory corruption . The vul...

8.3CVSS5.7AI score
SaveExploits0References1
EUVD
EUVD
•added 2026/09/24 2:52 p.m.•5 views

EUVD-2026-85928

Untrusted pointer dereference vulnerability in Altera Trusted Firmware on HPS allows Exploitation of Improperly Configured or Implemented Memory Protections. This issue affects Trusted Firmware: through socfpgav2.14.0...

8.3CVSS5.7AI score
SaveExploits0References1
CVE
CVE
•added 2026/09/24 2:52 p.m.•10 views

CVE-2026-58006

A high-severity untrusted pointer dereference vulnerability exists in Altera Trusted Firmware on HPS, affecting versions through socfpga_v2.14.0 . The root cause is insufficient validation of the Mailbox Output Pointer in the SoCFPGA BL31 component, which enables EL3 secure-memory corruption . Th...

8.3CVSS5.7AI score
SaveExploits0References1
Rows per page
Query Builder