Lucene search
+L

647903 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 9:04 p.m.10 views

CVE-2026-89504

A flaw was found in the Linux kernel's regulator subsystem. This vulnerability arises from a programming error where a device tree node pointer is released too early, creating a "dangling pointer"—a reference to memory that is no longer valid. This can lead to system instability, potentially...

8.4CVSS6.3AI score0.00144EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:04 p.m.11 views

CVE-2026-89475

A flaw was found in the Linux kernel. A use-after-free vulnerability exists in the bq24257 power supply driver. This issue occurs when the STAT-pin interrupt handler attempts to reschedule work and access memory that has already been freed during the device removal process. This can lead to syste...

5.2CVSS6AI score0.00205EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:04 p.m.10 views

CVE-2026-89464

A flaw was found in the Linux kernel's twl4030charger driver. When the driver's remove function is called, it fails to properly cancel pending worker tasks. This oversight allows a worker to attempt to access memory that has already been deallocated, leading to a use-after-free vulnerability. A...

4.4CVSS6AI score0.00172EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:04 p.m.10 views

CVE-2026-89467

A flaw was found in the Linux kernel's qcombattmgr component. This flaw is a use-after-free vulnerability that occurs because the qcombattmgrpdrnotify function can queue enablework even after the associated battmgr object has been deallocated. A local attacker could exploit this by triggering the...

4.1CVSS6.2AI score0.00166EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/11 9:04 p.m.10 views

CVE-2026-89446

A flaw was found in the Linux kernel's iommufd component. When the system attempts to store an Input/Output Address Space IOAS object and the storage operation fails, the IOAS object's associated resources, such as its write lock and object reference, are not properly released. This oversight can...

4.4CVSS5.7AI score0.00198EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/11 9:03 p.m.10 views

CVE-2026-80981

A flaw was found in the Linux kernel's net/smc component. A local attacker could exploit a use-after-free vulnerability in the smcllcsrvaddlink function, where a freed memory region is improperly accessed. This can lead to memory corruption and potentially result in a denial of service DoS...

9.8CVSS6.2AI score0.00588EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/11 9:03 p.m.11 views

CVE-2026-89690

A flaw was found in the nfsd component of the Linux kernel. This vulnerability, a use-after-free, occurs when a specific memory buffer is prematurely released while another process is still trying to access it. This timing issue can lead to memory corruption. This could result in a system crash...

8.1CVSS5.9AI score0.00159EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:03 p.m.10 views

CVE-2026-89679

A flaw was found in the Linux kernel's nfsd component. A remote attacker can exploit this by sending a specially crafted SETATTR request that includes specific delegation timestamp attributes and a special NFSv4 state ID. This triggers a null dereference, leading to a kernel crash and a Denial of...

7.5CVSS5.7AI score0.00687EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/11 9:03 p.m.11 views

CVE-2026-89660

A flaw was found in the Linux kernel's Network File System Daemon NFSD. This vulnerability, a use-after-free, occurs during the revocation of client administrative states. A race condition can allow a client's memory to be freed prematurely while still being referenced, potentially leading to...

9.8CVSS6.3AI score0.00588EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/11 9:03 p.m.8 views

CVE-2026-89596

A flaw was found in the Linux kernel's forcedeth driver. An off-by-one error in the nvsuspend and nvresume functions, which handle saving and restoring non-PCI configuration space, can lead to an out-of-bounds memory access. This occurs during system suspend and resume operations. If specific...

7.1CVSS5.7AI score0.00173EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:02 p.m.9 views

CVE-2026-89511

A flaw was found in the qede driver in the Linux kernel. Under specific memory pressure conditions, the driver can encounter a NULL pointer dereference when processing network traffic using TPA TCP Segmentation Offload continuation fragments. This issue stems from an uninitialized data pointer,...

7.5CVSS5.4AI score0.00716EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 9:00 p.m.26 views

CVE-2026-48490 ArduinoCore-AVR: Stack-Based Buffer Overflow in String float/double concatenation handler

ArduinoCore-avr contains the source code and configuration files of the Arduino AVR Boards platform. A vulnerability in versions prior to 1.8.8 allows an attacker to trigger a stack-based buffer overflow when concatenating floating-point values of sufficiently large magnitude onto an Arduino Stri...

6.9CVSS0.00392EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 9:00 p.m.7 views

CVE-2026-48490 ArduinoCore-AVR: Stack-Based Buffer Overflow in String float/double concatenation handler

ArduinoCore-avr contains the source code and configuration files of the Arduino AVR Boards platform. A vulnerability in versions prior to 1.8.8 allows an attacker to trigger a stack-based buffer overflow when concatenating floating-point values of sufficiently large magnitude onto an Arduino Stri...

6.9CVSS6.9AI score
SaveExploits0References5
CVE
CVE
added 2026/09/11 9:00 p.m.18 views

CVE-2026-48490

ArduinoCore-avr (the source code and configuration files of the Arduino AVR Boards platform) contains a stack-based buffer overflow in its floating-point concatenation path. Versions prior to 1.8.8 are affected. Passing values near the extremes of the float or double range to String::concat(float...

6.9CVSS6.8AI score0.00392EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/11 8:54 p.m.8 views

CVE-2026-89654

A flaw was found in the Ceph file system component of the Linux kernel. A race condition exists in the checknewmap function during session handling. This allows a local attacker to exploit a use-after-free vulnerability by freeing a session while another thread attempts to access it. This could...

9.8CVSS6.3AI score0.00407EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/11 8:54 p.m.8 views

CVE-2026-89648

A flaw was found in the Linux kernel's Ceph client. A malicious or compromised Ceph Metadata Server MDS could send a specially crafted reply with an unbounded number of delegated inode intervals. This could cause the client to enter an infinite loop or exhaust memory resources, leading to a denia...

7.5CVSS5.6AI score0.00609EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/11 8:54 p.m.9 views

CVE-2026-89644

A flaw was found in the Linux kernel's btrfs filesystem. When performing direct I/O writes in a NOCOW No Copy-On-Write range, an extent map reference may not be properly released if an error occurs during extent creation. This oversight can lead to an extent map leak, potentially causing memory...

5.5CVSS5.6AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/11 8:54 p.m.8 views

CVE-2026-89630

A flaw was found in the Linux kernel's Server Message Block SMB client. An incorrect calculation of the dataoffset bound in the isvalidoplockbreak function can lead to a read overflow. This vulnerability allows a malicious SMB server to potentially trigger an out-of-bounds read, which could resul...

9.1CVSS5.7AI score0.00396EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/11 8:54 p.m.9 views

CVE-2026-89624

A flaw was found in the Linux kernel's universal-pidff driver. This vulnerability occurs when the force-feedback initialization fails, leaving a hidraw character device active. A local attacker can exploit this by opening the device, leading to a use-after-free condition where the system attempts...

7.8CVSS5.9AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/11 8:54 p.m.9 views

CVE-2026-89598

A flaw was found in the Linux kernel's fbdev framebuffer device subsystem, specifically within the ssd1307fb driver. This vulnerability occurs when display damage callbacks, which handle updates to the display, perform synchronous I2C Inter-Integrated Circuit transfers from an atomic context. Thi...

5.5CVSS5.6AI score0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder