Lucene search
+L

71 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•7 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: hsr: The WARNONCE function was removed from the sendhsrsupervisionframe function. Syzkaller reported 1 that a warning occurred after attempting to allocate resources for skb in hsrinitskb. Since calling WARNONCE does not...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: kprobes: Do not call disarmkprobe for disabled kprobes The assumption in disablekprobe is incorrect, and it may attempt to disarm a kprobe that is already disarmed, thereby triggering WARNONCE below. This issue can be easily...

5.5CVSS6AI score0.00247EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: BPF: The unnecessary user-triggable WARNONCE message in the verifier log was removed. It is trivial for a user to trigger the “verifier log line truncated” warning. The verifier has a fixed-size buffer of 1024 bytes currently...

6.1AI score0.00197EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/10 1:19 p.m.•13 views

CVE-2026-68131

In the Linux kernel, the following vulnerability has been resolved: rbd: Reset positive result codes to zero in object map update path In a reply message to an RBD request, a positive result code indicates a data payload, which is not allowed for writes. While rbdosdreqcallback already resets a...

7.5CVSS0.00716EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/10 11:59 a.m.•79 views

CVE-2026-68165

The CVE affects the Linux kernel DAMON subsystem (mm/damon/core) where damon_set_regions() did not validate zero-length regions created by certain callers (DAMON_SYSFS, DAMON_RECLAIM, DAMON_LRU_SORT). This could trigger WARN_ONCE on CONFIG_DAMON_DEBUG_SANITY and cause a divide-by-zero in damon_me...

5.3AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/10 11:59 a.m.•35 views

CVE-2026-68164 mm/damon/core: disallow overlapping input ranges for damon_set_regions()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: disallow overlapping input ranges for damonsetregions damonsetregions assumes the input ranges are sorted by the address and don't overlap each other. Hence the assumption was initially to be explicitly validated...

0.00215EPSS
SaveExploits0References6
CVE
CVE
•added 2026/08/10 11:58 a.m.•53 views

CVE-2026-68131

The CVE-2026-68131 issue affects the Linux kernel RBD (block device) code. A bug in rbd_object_map_callback() could propagate a positive result code for an object-map update during a reply to an RBD request, which is invalid for writes. This prevents the intended normalization of the result code ...

7.5CVSS5.4AI score0.00716EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/07/03 3:03 a.m.•12 views

SUSE CVE-2026-53353

In the Linux kernel, the following vulnerability has been resolved: hsr: Remove WARNONCE in hsraddrisself. syzbot reported the warning 0 in hsraddrisself, whose assumption is simply wrong. hsr-selfnode is cleared in hsrdelselfnode, which is called from hsrdellink. Since dev-rtnllinkops-dellink is...

5.8AI score0.0012EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
•added 2026/07/02 8:04 a.m.•14 views

hsr: Remove WARN_ONCE() in hsr_addr_is_self().

...

5.5CVSS6.1AI score0.0012EPSS
SaveExploits0
UbuntuCve
UbuntuCve
•added 2026/07/01 2:16 p.m.•23 views

CVE-2026-53353

In the Linux kernel, the following vulnerability has been resolved: hsr: Remove WARNONCE in hsraddrisself. syzbot reported the warning 0 in hsraddrisself, whose assumption is simply wrong. hsr-selfnode is cleared in hsrdelselfnode, which is called from hsrdellink. Since dev-rtnllinkops-dellink is...

5.5CVSS6AI score0.0012EPSS
SaveExploits0References17
OSV
OSV
•added 2026/07/01 2:16 p.m.•12 views

UBUNTU-CVE-2026-53353

In the Linux kernel, the following vulnerability has been resolved: hsr: Remove WARNONCE in hsraddrisself. syzbot reported the warning 0 in hsraddrisself, whose assumption is simply wrong. hsr-selfnode is cleared in hsrdelselfnode, which is called from hsrdellink. Since dev-rtnllinkops-dellink is...

5.5CVSS5.7AI score0.0012EPSS
SaveExploits0References18
Debian CVE
Debian CVE
•added 2026/07/01 1:32 p.m.•20 views

CVE-2026-53353

In the Linux kernel, the following vulnerability has been resolved: hsr: Remove WARNONCE in hsraddrisself. syzbot reported the warning 0 in hsraddrisself, whose assumption is simply wrong. hsr-selfnode is cleared in hsrdelselfnode, which is called from hsrdellink. Since dev-rtnllinkops-dellink is...

5.5CVSS5.7AI score0.0012EPSS
SaveExploits0
CVE
CVE
•added 2026/07/01 1:32 p.m.•63 views

CVE-2026-53353

CVE-2026-53353 affects the Linux kernel HSR code. The issue arises from a window where a device can be found but hsr->self_node is not set because of the ordering of dellink() and unregister_netdevice_many(), leading to a warning in hsr_addr_is_self() that is being removed. The fix removes WAR...

5.5CVSS5.8AI score0.0012EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/07/01 1:32 p.m.•13 views

CVE-2026-53353 hsr: Remove WARN_ONCE() in hsr_addr_is_self().

In the Linux kernel, the following vulnerability has been resolved: hsr: Remove WARNONCE in hsraddrisself. syzbot reported the warning 0 in hsraddrisself, whose assumption is simply wrong. hsr-selfnode is cleared in hsrdelselfnode, which is called from hsrdellink. Since dev-rtnllinkops-dellink is...

5.8AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/07/01 1:32 p.m.•63 views

CVE-2026-53353 hsr: Remove WARN_ONCE() in hsr_addr_is_self().

In the Linux kernel, the following vulnerability has been resolved: hsr: Remove WARNONCE in hsraddrisself. syzbot reported the warning 0 in hsraddrisself, whose assumption is simply wrong. hsr-selfnode is cleared in hsrdelselfnode, which is called from hsrdellink. Since dev-rtnllinkops-dellink is...

0.0012EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/06/28 1:08 a.m.•21 views

SUSE CVE-2026-53319

In the Linux kernel, the following vulnerability has been resolved: blk-wbt: remove WARNONONCE from wbtinitenabledefault wbtinitenabledefault uses WARNONONCE to check for failures from wbtalloc and wbtinit. However, both are expected failure paths: - wbtalloc can return NULL under memory pressure...

5.8AI score0.00143EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/06/24 3:11 p.m.•9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ipv6: A bug in rt6getpcpuroute under PREEMPTRT has been fixed. On PREEMPTRT kernels, after rt6getpcpuroute returns NULL, the current task can be preempted. Another task running on the same CPU may then execute rt6makepcpuroute an...

7.5CVSS5.9AI score0.00298EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/06/03 6:16 p.m.•16 views

CVE-2026-46268

In the Linux kernel, the following vulnerability has been resolved: PCI/P2PDMA: Fix p2pmemallocmmap warning condition Commit b7e282378773 has already changed the initial page refcount of p2pdma page from one to zero, however, in p2pmemallocmmap it uses "VMWARNONONCEPAGE!pagerefcountpage" to asser...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/05/07 2:16 a.m.•16 views

SUSE CVE-2026-43244

In the Linux kernel, the following vulnerability has been resolved: kcm: fix zero-frag skb in fraglist on partial sendmsg error Syzkaller reported a warning in kcmwritemsgs when processing a message with a zero-fragment skb in the fraglist. When kcmsendmsg fills MAXSKBFRAGS fragments in the curre...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References18
Cvelist
Cvelist
•added 2026/05/06 11:32 a.m.•38 views

CVE-2025-71295 fs/buffer: add alert in try_to_free_buffers() for folios without buffers

In the Linux kernel, the following vulnerability has been resolved: fs/buffer: add alert in trytofreebuffers for folios without buffers trytofreebuffers can be called on folios with no buffers attached when filemapreleasefolio is invoked on a folio belonging to a mapping with ASRELEASEALWAYS set...

0.00123EPSS
SaveExploits0References6
Rows per page
Query Builder