Lucene search
+L

1298 matches found

Chainguard
Chainguard
•added 2026/09/05 8:58 p.m.•25 views

GHSA-92X3-5H48-MFHX vulnerabilities

Vulnerabilities for packages: terraform, vault-fips, terraform-ls, vault, helmfile, terraform-fips, opentofu-fips, terraform-mcp-server, opentofu...

5.7AI score
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/09/05 12:32 a.m.•15 views

SUSE CVE-2026-53657

Lima launches Linux virtual machines, typically on macOS, for running containerd. Prior to 2.1.3, on an instance of Lima running with the qemu driver, an arbitrary user in the VM could access /run/lima-guestagent.sock when the guest agent is enabled, which could result in running arbitrary comman...

8.2CVSS5.6AI score0.00197EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/09/04 6:17 p.m.•8 views

CVE-2026-80899

In the Linux kernel, the following vulnerability has been resolved: erofs: remove fscache backend entirely EROFS over fscache was introduced to provide image lazy pulling functionality. After the feature landed, the fscache subsystem made netfs a new hard dependency, which is unexpected for a loc...

5.8AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/04 5:19 p.m.•12 views

CVE-2026-80906

In the Linux kernel, the following vulnerability has been resolved: net: packet: fix wrong transportheader when sending VLAN-tagged frame In packetparseheaders, when processing a VLAN-tagged frame, skbsetnetworkheader is called to advance networkheader past the VLAN tag to the inner protocol...

5.9AI score0.0022EPSS
SaveExploits0
UbuntuCve
UbuntuCve
•added 2026/09/04 5:16 p.m.•7 views

CVE-2026-80867

In the Linux kernel, the following vulnerability has been resolved: alpha/PCI: Add securitylockeddown check to pcimmapresource Currently, Alpha's pcimmapresource does not check securitylockeddownLOCKDOWNPCIACCESS before allowing userspace to mmap PCI BARs. The generic version has had this check...

5.8AI score0.0022EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/09/04 4:18 p.m.•8 views

CVE-2026-80836

In the Linux kernel, the following vulnerability has been resolved: crypto: virtio - bound the akcipher result length virtiocryptodataqakciphercallback sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocated for the origin...

5.8AI score0.00209EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/09/04 4:18 p.m.•9 views

CVE-2026-80771

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set inputregisterdevice exposes the device to userspace immediately. In joyconinputcreate it was called before joyconconfigrumble configures the FFRUMBLE capability and...

5.8AI score0.00209EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/09/04 4:18 p.m.•4 views

CVE-2026-80797

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: purge fragmented skbs during cleanup pn53xcommonclean purges respq before freeing the common PN533 state, but it leaves fragmentskb untouched. The fragmentation helpers queue transmit fragments there while sending lar...

5.8AI score0.00243EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/09/04 4:18 p.m.•7 views

CVE-2026-80829

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidinovationoutput sndusbmidinovationoutput lays out a two-byte header at transferbuffer0..1 and passes &transferbuffer2 together with a length of ep-maxtransfer - 2 to sndrawmiditransmit:...

5.8AI score0.00195EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/09/04 4:18 p.m.•7 views

CVE-2026-80863

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

6.2AI score0.00243EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/04 3:13 p.m.•17 views

CVE-2026-80797

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: purge fragmented skbs during cleanup pn53xcommonclean purges respq before freeing the common PN533 state, but it leaves fragmentskb untouched. The fragmentation helpers queue transmit fragments there while sending lar...

5.3AI score0.00243EPSS
SaveExploits0
Wolfi
Wolfi
•added 2026/09/03 8:24 p.m.•21 views

GHSA-FPH4-WMHF-6FWF vulnerabilities

Vulnerabilities for packages: argo-workflows, tileserver-gl, opensearch-dashboards, prism, yaml-language-server, vitess...

5.7AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/03 8:26 a.m.•11 views

CVE-2026-80753

In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point tha...

8.4CVSS5.6AI score0.00194EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/03 8:26 a.m.•11 views

CVE-2026-80747

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add bounds check for CRAT subtype length The CRAT parser validates that the subtype header fits within the image, but does not verify that the advertised subtype length fits. A malformed CRAT table with an oversized...

8CVSS5.3AI score0.00171EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/03 8:26 a.m.•18 views

CVE-2026-80741

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS5.3AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/02 6:01 p.m.•13 views

CVE-2026-84381

HTTPX2 is a next generation HTTP client for Python. Prior to 2.10.0, httpcore2 fails to start TLS in src/httpcore2/httpcore2/sync/socksproxy.py and src/httpcore2/httpcore2/async/socksproxy.py when the remote origin uses wss through a SOCKS5 proxy because the TLS upgrade condition only recognizes...

8.1CVSS5.3AI score0.00115EPSS
SaveExploits0
Fedora
Fedora
•added 2026/08/31 5:20 p.m.•13 views

[SECURITY] Fedora 44 Update: kernel-7.1.12-200.fc44

The kernel meta package...

8.6CVSS5.8AI score0.00827EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/08/27 4:52 p.m.•9 views

SUSE CVE-2026-72462

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race in unix socket mediation when peerpath is used The holding a reference to the peersk is not enough to ensure access to the peer sk path. Accessing the path outside of the state lock allows for a race with...

8.8CVSS6.8AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/27 6:31 a.m.•14 views

EUVD-2026-66587

In the Linux kernel, the following vulnerability has been resolved: afunix: Unlink sccentry in unixdeledge. Kyle Zeng reported that GC could free a dead SCC partially. The scenario is as follows: 1 Create two SCCs: X -. A B ^--' 2 Run the following concurrently: 2-1 send sk-B to sk-B from sk-X 2-...

7.8CVSS5.4AI score0.00169EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/08/26 2:37 p.m.•13 views

CVE-2026-80580

In the Linux kernel, the following vulnerability has been resolved: fbdev: bound mode sysfs output to the sysfs buffer modestring uses snprintf which can return a value larger than the remaining buffer space. showmodes accumulates the return value into i without checking whether i has reached...

7.8CVSS5.7AI score0.00165EPSS
SaveExploits0
Rows per page
Query Builder