Lucene search
+L

44678 matches found

RedhatCVE
RedhatCVE
added 2026/07/01 7:52 p.m.12 views

CVE-2026-53338

A flaw was found in the Linux kernel's Airoha QDMA driver. This vulnerability occurs when the ofreservedmemlookup function returns a NULL pointer, indicating that a referenced reserved memory region is not found. The driver then attempts to dereference this NULL pointer, leading to a kernel NULL...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/01 7:42 p.m.15 views

CVE-2026-53335

A flaw was found in the Linux kernel. The DAMONLRUSORT component, responsible for memory management, does not properly handle allocation failures of the damonctx object. This can lead to a NULL pointer dereference when damoncommitctx is called with a NULL ctx pointer, potentially causing a system...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/01 5:42 p.m.12 views

EUVD-2025-31206

Open Babel has out-of-bounds read in PQS lowerit pre-buffer read...

5.5CVSS5.7AI score0.00221EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/01 5:41 p.m.9 views

GHSA-55J6-RJHX-HWFH Open Babel has NULL pointer dereference in CACAO CacaoFormat::SetHilderbrandt

Summary A memory-safety vulnerability in Open Babel's CACAO parser caused a NULL pointer dereference when reading a crafted input file. Details The flaw was in CacaoFormat::SetHilderbrandt. A malformed input caused the parser to dereference a NULL pointer while applying the Hilderbrandt...

5.5CVSS5.8AI score0.00227EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/01 5:40 p.m.8 views

GHSA-J9PP-7WFG-Q7FJ Open Babel has NULL pointer dereference in ChemKinFormat::ReadReactionQualifierLines

Summary A memory-safety vulnerability in Open Babel's ChemKin parser caused a NULL pointer dereference when reading a crafted input file. Details The flaw was in ChemKinFormat::ReadReactionQualifierLines. A malformed reaction qualifier record caused the parser to dereference a NULL pointer. Impac...

5.5CVSS5.8AI score0.0019EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
added 2026/07/01 5:14 p.m.14 views

Important: Red Hat Security Advisory: php:7.4 security update

An update for the php:7.4 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

9.8CVSS7.4AI score0.00894EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2026/07/01 4:30 p.m.11 views

CVE-2026-53350

A flaw was found in the Linux kernel's Advanced Linux Sound Architecture ASoC Wolfson Microelectronics Audio Digital Signal Processor wmadsp driver. The wmadspcontrolremove function attempts to clean up private control data without verifying if the pointer to this data is null. This can occur whe...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/01 2:46 p.m.14 views

USN-8489-1 linux-oem-7.0 vulnerabilities

It was discovered that the Linux kernel did not properly handle shared page fragments during socket buffer operations, collectively known as Dirty Frag. A logic flaw existed in the XFRM ESP-in-TCP subsystem and in the RxRPC networking subsystem when processing paged fragments. A local attacker...

9.8CVSS7.2AI score0.93235EPSS
SaveExploits118References166
NVD
NVD
added 2026/07/01 2:16 p.m.8 views

CVE-2026-53350

In the Linux kernel, the following vulnerability has been resolved: ASoC: wmadsp: Fix NULL dereference when removing firmware controls In wmadspcontrolremove check that the priv pointer is not NULL before attempting to cleanup what it points to. When csdsp creates a control it calls...

5.5CVSS0.00114EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/01 2:16 p.m.10 views

CVE-2026-53344

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Initialize mcp-dev and mcp-addr before regmap init Regmap initialization triggers regcachemaplepopulate which attempts SPI read to populate cache. SPI read requires mcp-dev and mcp-addr to be set, without them,...

5.5CVSS0.001EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/01 2:16 p.m.13 views

CVE-2026-53339

In the Linux kernel, the following vulnerability has been resolved: i2c: qcom-cci: Fix NULL pointer dereference in cciremove On all modern platforms Qualcomm CCI controller provides two I2C masters, and on particular boards only one I2C master may be initialized, and in such cases the device...

5.5CVSS0.00114EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/01 2:16 p.m.11 views

CVE-2026-53334

In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: handle ctx allocation failure Patch series "mm/damon/reclaim,lrusort: handle ctx allocation failures". DAMONRECLAIM and DAMONLRUSORT could dereference NULL pointers if their damonctx object allocations fail. The...

5.5CVSS0.00119EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/01 2:16 p.m.13 views

CVE-2026-53335

In the Linux kernel, the following vulnerability has been resolved: mm/damon/lrusort: handle ctx allocation failure DAMONLRUSORT allocates the damonctx object for its kdamond in its init function. damonlrusortenabledstore wrongly assumes the allocation will always succeed once tried. If the...

5.5CVSS0.00119EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/01 2:16 p.m.11 views

CVE-2026-53337

In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix NULL pointer dereference in bonddoioctl In bonddoioctl, slavedev is obtained via devgetbyname which can return NULL if the requested interface name does not exist. However, the subsequent slavedbg call is placed...

5.5CVSS0.00114EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/01 2:16 p.m.8 views

UBUNTU-CVE-2026-53335

In the Linux kernel, the following vulnerability has been resolved: mm/damon/lrusort: handle ctx allocation failure DAMONLRUSORT allocates the damonctx object for its kdamond in its init function. damonlrusortenabledstore wrongly assumes the allocation will always succeed once tried. If the...

5.5CVSS6.2AI score0.00119EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/01 2:16 p.m.8 views

UBUNTU-CVE-2026-53337

In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix NULL pointer dereference in bonddoioctl In bonddoioctl, slavedev is obtained via devgetbyname which can return NULL if the requested interface name does not exist. However, the subsequent slavedbg call is placed...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/01 2:9 p.m.50 views

CVE-2026-14324 Pipewire: raop rtsp null deref

RAOP module accepts unbounded Content-Length values and does not check the pwarrayadd return...

6.5CVSS0.00175EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 2:9 p.m.12 views

CVE-2026-14324 Pipewire: raop rtsp null deref

RAOP module accepts unbounded Content-Length values and does not check the pwarrayadd return...

6.5CVSS5.8AI score0.00175EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/01 1:32 p.m.47 views

CVE-2026-53350 ASoC: wm_adsp: Fix NULL dereference when removing firmware controls

In the Linux kernel, the following vulnerability has been resolved: ASoC: wmadsp: Fix NULL dereference when removing firmware controls In wmadspcontrolremove check that the priv pointer is not NULL before attempting to cleanup what it points to. When csdsp creates a control it calls...

0.00114EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/01 1:32 p.m.15 views

EUVD-2026-40984

In the Linux kernel, the following vulnerability has been resolved: ASoC: wmadsp: Fix NULL dereference when removing firmware controls In wmadspcontrolremove check that the priv pointer is not NULL before attempting to cleanup what it points to. When csdsp creates a control it calls...

5.8AI score0.00114EPSS
SaveExploits0References6
Rows per page
Query Builder