Lucene search
+L

135712 matches found

Cvelist
Cvelist
added 2026/08/15 5:52 a.m.28 views

CVE-2026-72121 can: bcm: add locking when updating filter and timer values

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add locking when updating filter and timer values KCSAN detected a simultaneous access to timer values that can be overwritten in bcmrxsetup when updating timer and filter content while bcmrxhandler, bcmrxtimeouthandler...

8.8CVSS0.00345EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:52 a.m.18 views

CVE-2026-72065 net: mana: Validate the packet length reported by the NIC

In the Linux kernel, the following vulnerability has been resolved: net: mana: Validate the packet length reported by the NIC Validate the packet length reported in the RX CQE before passing it to skb processing. The CQE is supplied by the NIC device and should not be blindly trusted...

9.8CVSS5.4AI score
SaveExploits0References10
EUVD
EUVD
added 2026/08/15 5:52 a.m.12 views

EUVD-2026-59012

In the Linux kernel, the following vulnerability has been resolved: net: ipvti: require CAPNETADMIN in the device netns for changelink vtichangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

5.4AI score0.00169EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:52 a.m.8 views

EUVD-2026-59011

In the Linux kernel, the following vulnerability has been resolved: net: ipip: require CAPNETADMIN in the device netns for changelink ipipchangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

5.4AI score0.00164EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.21 views

CVE-2026-72036 net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeue_peeked

In the Linux kernel, the following vulnerability has been resolved: net/sched: schmultiq: Replace direct dequeue call with peek and qdiscdequeuepeeked multiqdequeue takes a packet from a band's child with a direct -dequeue call after multiqpeek peeked it. When the child is non-work-conserving the...

7.8CVSS0.00169EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:51 a.m.9 views

EUVD-2026-58993

In the Linux kernel, the following vulnerability has been resolved: net/sched: schtaprio: Replace direct dequeue call with peek and qdiscdequeuepeeked When taprio's software path peeks a non-work-conserving child qdisc, the child stashes the peeked skb in its gsoskb; tapriodequeuefromtxq then tak...

5.5AI score0.00573EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:51 a.m.28 views

CVE-2026-72017

Summary: CVE-2026-72017 affects the Linux kernel MACB driver (net: macb: drop in-flight Tx SKBs on close). The issue is a leak of outgoing SKBs held in queue->tx_skb, which are freed without proper checks. The leak is triggered via macb_free_consistent() in certain paths, with open/alloc_consi...

5.3AI score0.00206EPSS
SaveExploits0References6
Wolfi
Wolfi
added 2026/08/15 2:16 a.m.17 views

CVE-2026-49844 vulnerabilities

Vulnerabilities for packages: infinispan, spark, neo4j, apache-tika, opensearch, strimzi-kafka-operator, sonarqube, flink, wavefront-proxy, solr, kserve-modelmesh, akhq, wildfly, apache-activemq-artemis, kafka, zipkin, keycloak-config-cli, celeborn, druid, thingsboard, spdx-tools-java, apache-pul...

6.3CVSS5.9AI score0.00813EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/08/15 1:23 a.m.17 views

.NET: .NET Information Disclosure Vulnerability

Improper removal of sensitive information before storage or transfer in .NET allows an unauthorized attacker to disclose information over a network...

5.9CVSS5.1AI score0.00546EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/15 1:23 a.m.11 views

.NET: .NET Denial of Service Vulnerability

Unchecked input for loop condition in .NET allows an unauthorized attacker to deny service over a network...

7.5CVSS5.3AI score0.01057EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 12:31 a.m.18 views

EUVD-2026-58823

A flaw was found in Red Hat Quay. A user with FEATUREBUILDSUPPORT enabled and repository write access can exploit a Server-Side Request Forgery SSRF vulnerability within the build API. This allows the user to provide a malicious URL, causing the Quay builder to make requests to internal network...

4.2CVSS5.4AI score0.00145EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.13 views

PT-2026-72235

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor header buf addr at post time and reads the split header back at completion time. Both the post and the read...

5.8AI score0.00618EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.13 views

PT-2026-73064

A vulnerability has been found in SpaceX Starlink Router Gen 3 2025.11.14.mr64708.3. This affects the function get status of the component gRPC Management Interface. The manipulation leads to improper access controls. The attack can only be initiated within the local network. The exploit has been...

6.3CVSS6AI score0.00228EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.21 views

PT-2026-72996

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls u32: validate offshift to prevent shift-out-of-bounds u32 change copies the user-provided tc u32 sel.offshift unsigned char, 0-255 into the kernel knode object without bounds validation. When a packet later hits u3...

5.4AI score0.00121EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.31 views

PT-2026-72225

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch multiq: Replace direct dequeue call with peek and qdisc dequeue peeked multiq dequeue takes a packet from a band's child with a direct -dequeue call after multiq peek peeked it. When the child is non-work-conservin...

5.4AI score0.00169EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-74569

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfilter: nfconntracksip: widen NAT rewrite delta to s32 in siphelptcp siphelptcp stores the size change of each NAT-rewritten SIP message in s16 diff and...

9.8CVSS5.9AI score0.00388EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.9 views

PT-2026-72241

In the Linux kernel, the following vulnerability has been resolved: net: ip6 gre: require CAP NET ADMIN in the device netns for changelink ip6gre changelink and ip6erspan changelink operate on at most two netns, dev netdev and the tunnel link netns t-net. They differ once the device is created in...

5.4AI score0.00169EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-72466

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xprtrdma: Fix bcall rep leak and unbounded peek rpcrdmaisbcall decodes a reply's first words to decide whether the frame is a backchannel call. Two issues in...

9.8CVSS6AI score0.00728EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-74525

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, initdmadescrings only frees the partially allocated RX rings and...

5.8AI score0.00177EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-74474

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the...

9.8CVSS5.9AI score0.00457EPSS
SaveExploits0References4
Rows per page
Query Builder