Lucene search
+L

3321 matches found

OSV
OSV
added 2026/06/24 5:17 p.m.9 views

UBUNTU-CVE-2026-53073

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcildisc: Clear HCIUARTPROTOINIT on error When hciregisterdev fails in hciuartregisterdev HCIUARTPROTOINIT is not cleared before calling hu-proto-closehu and setting hu-hdev to NULL. This means incoming UART data will...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References36
OSV
OSV
added 2026/06/24 5:17 p.m.9 views

UBUNTU-CVE-2026-53059

In the Linux kernel, the following vulnerability has been resolved: dm log: fix out-of-bounds write due to regioncount overflow The local variable regioncount in createlogcontext is declared as unsigned int 32-bit, but dmsectordivup returns sectort 64-bit. When a device-mapper target has a...

7.8CVSS5.6AI score0.0014EPSS
SaveExploits0References36
OSV
OSV
added 2026/06/24 5:17 p.m.12 views

UBUNTU-CVE-2026-53068

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: fix integer overflow in AFBC framebuffer size check The AFBC framebuffer size validation calculates the minimum required buffer size by adding the AFBC payload size to the framebuffer offset. This addition is performe...

8.5CVSS5.9AI score0.00117EPSS
SaveExploits0References36
OSV
OSV
added 2026/06/24 5:17 p.m.15 views

UBUNTU-CVE-2026-53090

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ldabs,ind failure path analysis in subprogs Usage of ldabs,ind instructions got extended into subprogs some time ago via commit 09b28d76eac4 "bpf: Add abnormal return checks.". These are only allowed in subprograms when...

8.5CVSS5.8AI score0.00141EPSS
SaveExploits0References11
OSV
OSV
added 2026/06/24 5:17 p.m.8 views

UBUNTU-CVE-2026-52981

In the Linux kernel, the following vulnerability has been resolved: neigh: let neighxmit take skb ownership neighxmit always releases the skb, except when no neighbour table is found. But even the first added user of neighxmit mpls relied on neighxmit to release the skb or queue it for tx. sashik...

7.5CVSS5.8AI score0.00532EPSS
SaveExploits0References25
OSV
OSV
added 2026/06/24 5:17 p.m.11 views

UBUNTU-CVE-2026-53100

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix deadlock in remain-on-channel mt76remainonchannel and mt76roccomplete call mt76setchannel while already holding dev-mutex. Since mt76setchannel also acquires dev-mutex, this results in a deadlock. Use mt76setchann...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0References11
OSV
OSV
added 2026/06/24 5:17 p.m.10 views

UBUNTU-CVE-2026-53004

In the Linux kernel, the following vulnerability has been resolved: sctp: fix OOB write to userspace in sctpgetsockoptpeerauthchunks sctpgetsockoptpeerauthchunks checks that the caller's optval buffer is large enough for the peer AUTH chunk list with if len gauthchunks, which lives at offset...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References36
OSV
OSV
added 2026/06/24 5:17 p.m.9 views

UBUNTU-CVE-2026-53128

In the Linux kernel, the following vulnerability has been resolved: drbd: Balance RCU calls in drbdadmdumpdevices Make drbdadmdumpdevices call rcureadlock before rcureadunlock is called. This has been detected by the Clang thread-safety analyzer...

6.8CVSS5.6AI score0.00121EPSS
SaveExploits0References36
OSV
OSV
added 2026/06/24 1:16 p.m.8 views

UBUNTU-CVE-2026-56370

ImageMagick before 7.1.2-19 contains an out-of-bounds access vulnerability in ConnectedComponentsImage when processing connected-components artifacts with invalid indices. Attackers can trigger access violations by specifying malformed connected-components definitions via CLI, causing denial of...

7.8CVSS5.9AI score0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/24 8:16 a.m.5 views

DEBIAN-CVE-2026-52915

In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6thbh: reject oversized option lists struct ip6topts stores at most IP6TOPTSOPTSNR option descriptors, but hbhmt6check does not reject larger optsnr values supplied from userspace. Validate optsnr in the rule setup...

7.1CVSS5.6AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/23 6:17 p.m.20 views

UBUNTU-CVE-2025-71382

MuPDF before 1.27.0-rc1 contains an uncontrolled recursion vulnerability in the EPUB CSS rendering engine that allows remote attackers to cause a denial of service by supplying a maliciously crafted EPUB file with deeply nested HTML elements and inline CSS styles. The function...

7.1CVSS6AI score0.00322EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/23 5:17 p.m.6 views

DEBIAN-CVE-2026-56117

dhcpcd through 10.3.2, fixed in commit 78ea09e, contains a heap use-after-free vulnerability in the control socket handling within src/control.c that allows local unprivileged attackers to trigger memory corruption when privilege separation is disabled. Attackers can connect to the control socket...

5.5CVSS5.9AI score0.00093EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/23 5:16 p.m.18 views

UBUNTU-CVE-2025-61027

An issue in the tsetpush component of openlink virtuoso-opensource v7.2.11 allows attackers to cause a Denial of Service DoS via crafted SQL statements...

7.5CVSS5.9AI score0.00351EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/06/23 4:40 p.m.9 views

CVE-2026-57053

GNU libidn before 1.44 is prone to out-of-bounds reads of uninitialized memory in the ToUnicode APIs because of mishandling in idnatounicodeinternal. The affected code is not present in libidn2...

4CVSS5.9AI score0.00149EPSS
SaveExploits1References3
OSV
OSV
added 2026/06/23 4:17 p.m.12 views

UBUNTU-CVE-2026-55767

Guzzle is an extensible PHP HTTP client. Prior to 7.12.1, CookieJar incorrectly accepts cookies with a dot-only Domain attribute and whitespace-padded variants. SetCookie::matchesDomain removes leading dots from the cookie domain, normalizing dot-only values to the empty string; SetCookie::valida...

5.8CVSS5.9AI score0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/23 4:16 p.m.12 views

UBUNTU-CVE-2025-55639

GPAC MP4Box v2.4 was discovered to contain a NULL pointer dereference in the gfisomaddtrackkind function at isomedia/isomwrite.c. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted MP4 file...

6.5CVSS5.9AI score0.00383EPSS
SaveExploits1References2
CVE
CVE
added 2026/06/23 4:12 p.m.29 views

CVE-2025-13162

The vulnerability CVE-2025-13162 affects ABB Control Builder A and ABB 800xA for Advant Master (up to specified versions). It is an Uncontrolled Search Path Element issue. The available documents provide affected products and version ranges but do not include explicit root-cause details, exploit ...

4.4CVSS5.8AI score0.00083EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/23 2:57 p.m.8 views

USN-8464-1 libnfs vulnerability

It was discovered that LIBNFS incorrectly handled certain string sizes when connecting to an NFS server. An attacker could use this issue to cause LIBNFS to crash, resulting in a denial of service, or possibly execute arbitrary code...

7.1CVSS5.9AI score0.00212EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/22 6:16 p.m.9 views

DEBIAN-CVE-2026-54278

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, during cleanup it is possible for a compressed request body to be decompressed into memory in one chunk. An attacker may be able to send a compressed payload in specific situations that could be...

7.5CVSS5.8AI score0.00397EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/22 6:16 p.m.6 views

UBUNTU-CVE-2026-54280

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, payload resources are not closed correctly when a client disconnects in the middle of a write. If a payload is using an open file or similar limited resource, then an attacker may be able to cause...

7.5CVSS5.8AI score0.00281EPSS
SaveExploits0References3
Rows per page
Query Builder