Lucene search
+L

237 matches found

NVD
NVD
added 2026/07/01 2:16 p.m.19 views

CVE-2026-53336

In the Linux kernel, the following vulnerability has been resolved: nvmem: layouts: onie-tlv: fix hang on unknown types The EEPROM on my board has a vendor specific entry of type 0x41. When stumbling upon that, this driver hangs in an endless loop. Fix it by keep incrementing the offset on unknow...

5.5CVSS0.00162EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/01 1:32 p.m.11 views

CVE-2026-53336

In the Linux kernel, the following vulnerability has been resolved: nvmem: layouts: onie-tlv: fix hang on unknown types The EEPROM on my board has a vendor specific entry of type 0x41. When stumbling upon that, this driver hangs in an endless loop. Fix it by keep incrementing the offset on unknow...

5.8AI score0.00162EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/01 1:32 p.m.12 views

CVE-2026-53336 nvmem: layouts: onie-tlv: fix hang on unknown types

In the Linux kernel, the following vulnerability has been resolved: nvmem: layouts: onie-tlv: fix hang on unknown types The EEPROM on my board has a vendor specific entry of type 0x41. When stumbling upon that, this driver hangs in an endless loop. Fix it by keep incrementing the offset on unknow...

5.8AI score
SaveExploits0References8
OSV
OSV
added 2026/06/25 8:39 a.m.19 views

CVE-2026-53245 net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattr

In the Linux kernel, the following vulnerability has been resolved: net/802/mrp: fix vector attribute parsing in mrppduparsevecattr In mrppduparsevecattr, vector attribute events are encoded three per byte and valen tracks the number of events left to process. The parser decrements valen after...

5.8AI score
SaveExploits0References11
OSV
OSV
added 2026/06/24 4:29 p.m.24 views

CVE-2026-53026 NFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdeleg

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix nfs4file access extra count in nfsd4addrdaccesstowrdeleg In nfsd4addrdaccesstowrdeleg, if fp-fifdsORDONLY is already set by another thread, nfs4filegetaccess should not be called to increment the nfs4file access count...

7.5CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/06/24 4:29 p.m.43 views

CVE-2026-53026

This CVE concerns Linux kernel NFSD: in nfsd4_add_rdaccess_to_wrdeleg, an extra nfs4_file access count may be incremented by multiple threads, preventing the corresponding nfsd_file from being freed and triggering a BUG during kmem_cache_destroy() when stopping the nfs-server. Descriptions across...

7.5CVSS5.7AI score0.00426EPSS
SaveExploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2026/06/17 1:20 a.m.26 views

kernel: nbd: defer config unlock in nbd_genl_connect

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbdgenlconnect There is one use-after-free warning when running NBDCMDCONNECT and NBDCLEARSOCK: nbdgenlconnect nbdallocandinitconfig // configrefs=1 nbdstartdevice // configrefs=2 set NBDRTHASCONFIGREF...

5.4AI score0.00193EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/06/05 12:00 a.m.15 views

PT-2026-54804

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the nvmem: layouts: onie-tlv driver where the system may enter an endless loop and hang when encountering an unknown vendor-specific entry type, such as type 0x41, in th...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/29 1:15 a.m.21 views

SUSE CVE-2026-46181

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4srqevent Sashiko points out the radixtree itself is RCU safe, but nothing ever frees the mlx4srq struct with RCU, and it isn't even accessed within the RCU critical section. It also will crash...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2026/05/28 3:56 a.m.18 views

SUSE CVE-2026-45929

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix possible use-after-free in ovpnnetxmit When building the skblist in ovpnnetxmit, skbsharecheck will free the original skb if it is shared. The current implementation continues to use the stale skb pointer for subsequent...

7.8CVSS5.8AI score0.00158EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Added an increment to the count field in struct tripstats, which represents the number of times the zone’s temperature exceeded the trip point. This increment must be performed in thermaldebugtztripup, for two...

5.5CVSS5.9AI score0.00229EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: RDMA/siw: Fixed a refcounting leak in siwcreateqp. The atomicinc function needs to be paired with an atomicdec function in the error handling path...

5.5CVSS5.5AI score0.00225EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/05/13 8:56 p.m.265 views

Exploit for CVE-2026-40369

CVE-2026-40369: Arbitrary Kernel Address Increment via NtQuery...

7.8CVSS5.9AI score0.04725EPSS
SaveExploits4
OSV
OSV
added 2026/05/07 9:23 p.m.14 views

GHSA-PJ6Q-4VQ4-R8CG Ech0 allows PUT /api/echo/like/:id unauthenticated: anonymous callers to modify any echo's fav_count

Summary PUT /api/echo/like/:id at internal/router/echo.go:12 is registered on PublicRouterGroup with no authentication and no rate limit. Anonymous callers increment the favcount counter on any echo including private echoes by UUID, repeat the request without deduplication, and trigger a database...

6.5CVSS5.8AI score0.00246EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.8 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-012961)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-012961 advisory. In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: convert from raw to noinc regmap functions for FIFO The SC16IS7XX IC supports ...

5.5CVSS6.3AI score0.00289EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2026/04/01 12:00 a.m.12 views

The vulnerability of the bpf_link_inc() function in the kernel/bpf/syscall.c module, which is part of the Linux operating system’s BPF interpreter support, allows a hacker to cause a service failure.

The vulnerability of the bpflinkinc function in the kernel/bpf/syscall.c module, which is part of the BPF interpreter support for Linux’s operating system, relates to pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6AI score0.00236EPSS
SaveExploits0References12Affected Software2
SUSE CVE
SUSE CVE
added 2026/03/28 12:25 a.m.19 views

SUSE CVE-2026-33536

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to 7.1.2-18 and 6.9.13-43, due to an incorrect return value on certain platforms a pointer is incremented past the end of a buffer that is on the stack and that could result in an out of bounds...

5CVSS6AI score0.00128EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/03/26 8:16 p.m.26 views

CVE-2026-33536

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to 7.1.2-18 and 6.9.13-43, due to an incorrect return value on certain platforms a pointer is incremented past the end of a buffer that is on the stack and that could result in an out of bounds...

5.1CVSS6AI score0.00128EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/03/26 2:59 p.m.13 views

CVE-2026-31856

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. A SQL injection vulnerability exists in the PostgreSQL storage adapter when processing Increment operations on nested object fields using dot notation e.g., stats.counter. The amount value is...

9.8CVSS6AI score0.00418EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 2:59 p.m.12 views

CVE-2026-31871

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.5 and 8.6.31, a SQL injection vulnerability exists in the PostgreSQL storage adapter when processing Increment operations on nested object fields using dot notation e.g.,...

9.8CVSS6AI score0.00418EPSS
SaveExploits0References1
Rows per page
Query Builder