Lucene search
+L

185 matches found

OSV
OSV
added 2026/09/04 6:18 p.m.8 views

DEBIAN-CVE-2026-80911

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: sof-audio: Fix error path in sofwidgetsetupunlocked If either tplgops-daiconfig or widgetkcontrolsetup fail during widget setup we would double decrement the usecount of the widget because the sofwidgetfreeunlocked wou...

5.5AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 6:18 p.m.8 views

DEBIAN-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.3AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

DEBIAN-CVE-2026-80848

In the Linux kernel, the following vulnerability has been resolved: xfrm: espintcp: fix UAF during close ZDI reported and analyzed a race condition during close for espintcp sockets: espintcpclose frees emsg-skb via kfreeskb without holding any socket lock. Concurrently, the xfrmtransreinject wor...

5.4AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.9 views

DEBIAN-CVE-2026-80850

In the Linux kernel, the following vulnerability has been resolved: tcp: fix AO info use-after-free in tcpaoconnectinit tcpv4connect adds a SYN-SENT socket to the ehash before calling tcpconnect. If TCP-AO is configured, tcpconnect first verifies that a key matches the peer and the bound device's...

5.6AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.10 views

DEBIAN-CVE-2026-80830

In the Linux kernel, the following vulnerability has been resolved: usb: core: Add lock to usbwakeupnotification Add a spin lock to usbwakeup notification to prevent a race condition with dereferencing freed memory. This could be hit by the xHCI driver as it calls this function from an IRQ and...

5.3AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

DEBIAN-CVE-2026-80821

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: put CQ ref on createcq mapping failure nvmetpciepfcreatecq calls nvmetcqcreate, which takes a reference on the controller and installs the completion queue. If the subsequent PCI address-space mapping fails or...

5.6AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/31 9:17 a.m.11 views

DEBIAN-CVE-2026-82660

Nodemailer before 8.0.9 fails to enforce disableFileAccess and disableUrlAccess options during message normalization in jsonTransport. Attackers can read local files or fetch URLs by supplying path or href values in message content fields, bypassing intended access controls...

5.3CVSS5.9AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/28 8:16 a.m.6 views

DEBIAN-CVE-2026-80612

In the Linux kernel, the following vulnerability has been resolved: net: lwtunnel: Drop skb metadata before LWT encapsulation skb metadata is meant for passing information between XDP and TC. It lives in the skb headroom, immediately before skb-data. LWT programs cannot access the skbuff-datameta...

9.8CVSS5.8AI score0.00379EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.11 views

DEBIAN-CVE-2026-80530

In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchange-range reflink flag clearing issue with INO1WRITTEN When exchanging two full-file ranges, xmicanexchangereflinkflags can move the reflink inode flag from the file that currently has it to the other file, as long ...

7.1CVSS5.7AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/21 3:16 p.m.13 views

DEBIAN-CVE-2026-62941

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check AllowInstanceCreation runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys including...

9.9CVSS5.5AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/21 3:16 p.m.30 views

DEBIAN-CVE-2026-47753

Incus is a system container and virtual machine manager. Prior to version 7.1.0, backend.CreateInstanceFromBackup in internal/server/storage/backend.go contains a nil-pointer dereference that an authenticated user with permission to create instances in any project can trigger remotely by uploadin...

7.3CVSS8.5AI score0.00141EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.11 views

DEBIAN-CVE-2026-72401

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix insnauxdata leak on verifier errfreeenv path When bpfcheck allocates env-insnauxdata successfully but later fails to allocate env-succ, it jumps directly to errfreeenv. The existing vfreeenv-insnauxdata sits before the...

5.4AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.10 views

DEBIAN-CVE-2026-72320

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlookup: fix catchall element handling with inverted lookups nftlookupeval decides whether a lookup matched found from the direct set lookup and priv-invert before falling back to the catchall element used by interva...

9.1CVSS5.4AI score0.00523EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/04 5:16 p.m.11 views

DEBIAN-CVE-2026-15307

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

8.7CVSS5.9AI score0.00895EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/01 1:17 p.m.23 views

DEBIAN-CVE-2026-67353

guzzlehttp/guzzle versions before 7.15.1 contain a denial of service vulnerability in the CookieJar that accepts unlimited Set-Cookie header fields with no size restrictions. Attackers can return many large cookies from a malicious server, causing Guzzle to store excessive data in memory and...

6.9CVSS5.5AI score0.00247EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/01 1:17 p.m.9 views

DEBIAN-CVE-2026-67338

JupyterLab before 4.5.9 contains a stored cross-site scripting vulnerability in the Extension Manager that fails to validate URI protocols in package metadata URLs. Attackers can publish malicious PyPI packages with javascript: URLs in project metadata that execute arbitrary JavaScript in the...

5.1CVSS5.6AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/01 1:17 p.m.15 views

DEBIAN-CVE-2026-67323

GitPython before 3.1.51 fails to guard against dangerous Git options passed as keyword arguments in Repo.archive and git.lsremote, allowing command injection via options such as --exec/--upload-pack leading to arbitrary command execution. Additionally, Repo.itercommits and Repo.blame do not check...

8.6CVSS5.6AI score0.01037EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/30 12:17 p.m.10 views

DEBIAN-CVE-2026-17543

Improper escaping of backslashes in attacker-provided parameters would allow for trivial SQL injection in PHP versions from 8.2. before 8.2.33, from 8.3. before 8.3.33, from 8.4. before 8.4.24, and from 8.5. before 8.5.9...

9.8CVSS5.7AI score0.00323EPSS
SaveExploits2References1
OSV
OSV
added 2026/07/29 6:16 p.m.10 views

DEBIAN-CVE-2026-59899

Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, HttpContentEncoder the superclass of the production handler HttpContentCompressor maintains a per-channel ArrayDeque named acceptEncodingQueue that accumulates attacker-controll...

7.5CVSS5.8AI score0.00335EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/29 2:16 p.m.12 views

DEBIAN-CVE-2026-67216

cJSON through 1.7.19 contains an inefficient algorithmic complexity flaw in cJSONCompare. When comparing objects, the function recurses into each shared subtree twice, once in each direction, with no depth guard, making the running time exponential in nesting depth. A small, deeply nested documen...

7.5CVSS5.8AI score0.00427EPSS
SaveExploits1References1
Rows per page
Query Builder