Lucene search
+L

134105 matches found

Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.5 views

PT-2026-70651

Name of the Vulnerable Software and Affected Versions Microsoft Office SharePoint affected versions not specified Description Deserialization of untrusted data allows an authorized attacker to execute arbitrary code over a network, which can affect the system. Deserialization is the process of...

8.8CVSS5.7AI score0.01385EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 9:17 p.m.19 views

CVE-2026-15581

A flaw was found in the TrustyAI Service TAS deployment. This vulnerability allows any pod on the cluster network to bypass authentication and directly access the TAS backend API. An attacker can exploit this to read, tamper with, or delete monitoring data and configurations, and inject arbitrary...

8CVSS0.00252EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/10 8:45 p.m.6 views

CVE-2026-18618

A flaw was found in ml-metadata. The statically-linked gRPC stack in ml-metadata is outdated, making it vulnerable to known HTTP/2 denial of service DoS issues. An in-cluster attacker, with network access to the MLMD pod, could exploit these vulnerabilities by sending specially crafted HTTP/2...

7.5CVSS5.4AI score0.00539EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/10 8:44 p.m.9 views

CVE-2026-15581

A flaw was found in the TrustyAI Service TAS deployment. This vulnerability allows any pod on the cluster network to bypass authentication and directly access the TAS backend API. An attacker can exploit this to read, tamper with, or delete monitoring data and configurations, and inject arbitrary...

8CVSS5.5AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/10 8:44 p.m.9 views

CVE-2026-15581

A flaw was found in the TrustyAI Service TAS deployment. This vulnerability allows any pod on the cluster network to bypass authentication and directly access the TAS backend API. An attacker can exploit this to read, tamper with, or delete monitoring data and configurations, and inject arbitrary...

8CVSS5.5AI score0.00252EPSS
SaveExploits0References3
Chainguard
Chainguard
added 2026/08/10 8:30 p.m.12 views

CVE-2026-23272 vulnerabilities

Vulnerabilities for packages: linux-vmware, linux-azure, linux-aws, linux-gcp, linux-qemu...

7.8CVSS7.3AI score0.00123EPSS
SaveExploits0
Circl
Circl
added 2026/08/10 7:39 p.m.10 views

GHSA-89XV-2M56-2M9X

creationtimestamp| type| source ---|---|--- 2026-08-10 19:39:38+00:00| seen| https://gist.github.com/klemmanton-lgtm/4a24aedae8017b5aebed0300d07c7ee9 2026-08-10 19:39:38+00:00| seen| https://gist.github.com/klemmanton-lgtm/8b54bdd2fe9905dc89b9c8ccf42f5fc4 2026-08-17 10:21:36+00:00| seen|...

4.9AI score
SaveExploits0References3
CVE
CVE
added 2026/08/10 2:33 p.m.41 views

CVE-2026-72761

The CVE affects the webhook URL validator in website/notifications/webhooks.py, which uses ip.is_global after DNS resolution. IPv6 transition addresses (NAT64 64:ff9b::/96, 6to4 2002::/16, Teredo 2001:0000::/32) are categorized as globally routable by IANA, causing is_global to return True even w...

6.9CVSS5.3AI score0.00362EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 1:20 p.m.8 views

CVE-2026-68368

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: validate datagram bounds in ncmunwrapntb When unpacking host-supplied NTBs, ncmunwrapntb checks datagram length against framemax but does not verify that the datagram fits within the declared block length...

0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68337

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject redirect helpers without a bpfnetcontext The bpfredirect helpers and skbdoredirect obtain the per-task bpfredirectinfo via bpfnetctxgetri, which dereferences the current-bpfnetcontext unconditionally. That context is...

0.00155EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68335

In the Linux kernel, the following vulnerability has been resolved: rds: drop incoming messages that cross network namespace boundaries rdsfindbound looks up the destination socket using a global rhashtable keyed solely on addr, port, scopeid. Network namespaces are not part of the key, so a send...

7.8CVSS0.00135EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68302

In the Linux kernel, the following vulnerability has been resolved: amt: re-read skb header pointers after every pull Several AMT receive and transmit paths cache a pointer into the skb head iphdr, ipv6hdr, ethhdr or the AMT message header and then call a helper that can reallocate that head befo...

9.8CVSS0.00483EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/10 1:20 p.m.13 views

CVE-2026-68294

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: restrict socket creation to the initial network namespace QRTR keeps its entire port and node state in module-global variables that are not partitioned per network namespace: qrtrlocalnid is a single global node id...

8.8CVSS0.00164EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68162

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid authenable sysctl UAF during netns teardown procsctpdoauth updates the SCTP control socket after changing net.sctp.authenable. The handler gets the per-net SCTP state from ctl-data, so an already opened sysctl file ca...

7.8CVSS0.00164EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.7 views

CVE-2026-68190

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetwpsie rtwgetwpsie iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically: - iniecnt...

5.5AI score0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.7 views

UBUNTU-CVE-2026-68332

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix potential use-after-free in airohappedeinit airohappedeinit replaces the NPU pointer with NULL via rcureplacepointer but does not wait for existing RCU readers to exit before calling ppedeinit and airohanpuput...

5.4AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 1:20 p.m.7 views

UBUNTU-CVE-2026-68294

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: restrict socket creation to the initial network namespace QRTR keeps its entire port and node state in module-global variables that are not partitioned per network namespace: qrtrlocalnid is a single global node id...

8.8CVSS5.3AI score0.00164EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 1:20 p.m.6 views

UBUNTU-CVE-2026-68335

In the Linux kernel, the following vulnerability has been resolved: rds: drop incoming messages that cross network namespace boundaries rdsfindbound looks up the destination socket using a global rhashtable keyed solely on addr, port, scopeid. Network namespaces are not part of the key, so a send...

7.8CVSS5.1AI score0.00135EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/10 1:19 p.m.6 views

CVE-2026-68142

In the Linux kernel, the following vulnerability has been resolved: geneve: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the sticky underlay netns geneve-net. They differ once the device is created in or moved to a netns...

8.8CVSS0.00138EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:19 p.m.9 views

CVE-2026-68136

In the Linux kernel, the following vulnerability has been resolved: net: gro: fix double aggregation of flush-marked skbs Commit 0ab03f353d36 "net-gro: Fix GRO flush when receiving a GSO packet." added a flush check to skbgroreceive, but skbgroreceivelist lacks the same validation. As a result,...

9.8CVSS0.00497EPSS
SaveExploits0References4
Rows per page
Query Builder