Lucene search
+L

37446 matches found

Cvelist
Cvelist
•added 2026/04/24 2:42 p.m.•43 views

CVE-2026-31579 wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exit

In the Linux kernel, the following vulnerability has been resolved: wireguard: device: use exitrtnl callback instead of manual rtnllock in preexit wgnetnspreexit manually acquires rtnllock inside the pernet .preexit callback. This causes a hung task when another thread holds rtnlmutex - the...

0.00162EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/04/24 2:35 p.m.•49 views

CVE-2026-31570 can: gw: fix OOB heap access in cgw_csum_crc8_rel()

In the Linux kernel, the following vulnerability has been resolved: can: gw: fix OOB heap access in cgwcsumcrc8rel cgwcsumcrc8rel correctly computes bounds-safe indices via calcidx: int from = calcidxcrc8-fromidx, cf-len; int to = calcidxcrc8-toidx, cf-len; int res = calcidxcrc8-resultidx, cf-len...

8.8CVSS0.00412EPSS
SaveExploits0References8
CVE
CVE
•added 2026/04/24 2:35 p.m.•69 views

CVE-2026-31570

CVE-2026-31570 relates to the Linux kernel CAN gateway module. The vulnerability is an OOB heap access in cgw_csum_crc8_rel(), caused by looping and writing using raw s8 indices (from_idx/to_idx/result_idx) instead of the precomputed bounds-safe values (from/to/res). calc_idx() yields bounds-safe...

8.8CVSS5.5AI score0.00412EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
•added 2026/04/24 2:35 p.m.•15 views

EUVD-2026-25463

In the Linux kernel, the following vulnerability has been resolved: can: gw: fix OOB heap access in cgwcsumcrc8rel cgwcsumcrc8rel correctly computes bounds-safe indices via calcidx: int from = calcidxcrc8-fromidx, cf-len; int to = calcidxcrc8-toidx, cf-len; int res = calcidxcrc8-resultidx, cf-len...

5.5AI score0.00412EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/04/24 2:35 p.m.•17 views

EUVD-2026-25458

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix deadlock during netdev reset with active connections Resolve deadlock that occurs when user executes netdev reset while RDMA applications e.g., rping are active. The netdev reset causes ice driver to remove irdma...

5.3AI score0.00128EPSS
SaveExploits0References7
OSV
OSV
•added 2026/04/24 11:17 a.m.•21 views

CLSA-2026-1777029448 containernetworking-plugins: Fix of CVE-2026-25679

rebuild with newer golang version 1.25.7-1.el96.tuxcare.els2 to fix the following CVE - CVE-2026-25679: reject IPv6 literals not at the start of the host subcomponent in net/url.Parse to prevent URL authority validation bypass...

5.8AI score0.00803EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2026/04/24 12:00 a.m.•17 views

AlmaLinux 10 : kernel (ALSA-2026:9264)

The remote AlmaLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:9264 advisory. kernel: net/sched: Make cakeenqueue return NETXMITCN when past bufferlimit CVE-2025-39766 kernel: scsi: qla2xxx: Fix improper freeing of purex item...

9.8CVSS5.5AI score0.0043EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/04/24 12:00 a.m.•22 views

PT-2026-34994

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the rxrpc component where call removal from the rxnet-calls list used list del init instead of list del rcu. This could lead to an infinite loop when reading...

5.5CVSS5.2AI score0.00162EPSS
SaveExploits0
CNNVD
CNNVD
•added 2026/04/24 12:00 a.m.•20 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the fact that the rxrpc call was removed from the rxnet-calls list without using RCU safe deletio...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
•added 2026/04/24 12:00 a.m.•17 views

The vulnerability of the mhi_net_dellink() function in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the mhinetdellink function in the Linux operating system is related to the lack of memory release after the effective lifespan of the function has ended. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6AI score0.00191EPSS
SaveExploits0References4Affected Software3
Positive Technologies
Positive Technologies
•added 2026/04/24 12:00 a.m.•16 views

PT-2026-35001

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An integer underflow exists in the jumbo frm chain-mode implementation within the stmmac network driver. The issue occurs when a packet has a small linear portion but a large total lengt...

9.8CVSS5.8AI score0.00868EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/04/24 12:00 a.m.•0 views

CVE-2026-31644: Use After Free

In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix use-after-free and leak in lan966xfdmareload When lan966xfdmareload fails to allocate new RX buffers, the restore path restarts DMA using old descriptors whose pages were already freed via lan966xfdmarxfreepages...

7.8CVSS6.2AI score0.0017EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/04/23 11:21 p.m.•23 views

kernel: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsu32: use skbheaderpointercareful skbheaderpointer does not fully validate negative @offset values. Use skbheaderpointercareful instead. GangMin Kim provided a report and a repro fooling u32classify: BUG: KASAN:...

7.1CVSS5.6AI score0.00127EPSS
SaveExploits0References5
OSV
OSV
•added 2026/04/23 7:49 p.m.•30 views

CLSA-2026-1776954912 osbuild-composer: Fix of CVE-2026-25679

rebuild with newer golang 1.25.7-1.el96.tuxcare.els2 to fix CVE-2026-25679 net/url: reject IPv6 literal not at start of host...

7.3AI score0.00803EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/04/23 6:33 p.m.•26 views

EUVD-2026-25228

Kofax Capture, now referred to as Tungsten Capture, version 6.0.0.0 other versions may be affected exposes a deprecated .NET Remoting HTTP channel on port 2424 via the Ascent Capture Service that is accessible without authentication and uses a default, publicly known endpoint identifier. An...

9.8CVSS6.2AI score0.00883EPSS
SaveExploits0References4
OSV
OSV
•added 2026/04/23 6:16 p.m.•9 views

AZL-85067 CVE-2026-31533 affecting package kernel for versions less than 6.6.137.1-1

In the Linux kernel, the following vulnerability has been resolved: net/tls: fix use-after-free in -EBUSY error path of tlsdoencryption The -EBUSY handling in tlsdoencryption, introduced by commit 859054147318 "net: tls: handle backlogging of crypto requests", has a use-after-free due to double...

9.8CVSS6AI score0.00707EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
•added 2026/04/23 5:49 p.m.•29 views

net/url: Incorrect parsing of IPv6 host literals in net/url

The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid...

7.4AI score0.00803EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
•added 2026/04/23 5:49 p.m.•20 views

Important: Red Hat Security Advisory: rhc-worker-playbook security update

An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 10. 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...

7.3AI score0.00803EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2026/04/23 4:57 p.m.•18 views

Important: Red Hat Security Advisory: golang-github-openprinting-ipp-usb security update

An update for golang-github-openprinting-ipp-usb is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. 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...

5.8AI score0.00803EPSS
SaveExploits0References2
NVD
NVD
•added 2026/04/23 4:16 p.m.•19 views

CVE-2026-23751

Kofax Capture, now referred to as Tungsten Capture, version 6.0.0.0 other versions may be affected exposes a deprecated .NET Remoting HTTP channel on port 2424 via the Ascent Capture Service that is accessible without authentication and uses a default, publicly known endpoint identifier. An...

9.8CVSS0.00883EPSS
SaveExploits0References3
Rows per page
Query Builder