Lucene search
K

1709 matches found

OSV
OSV
added 2025/12/16 4:16 p.m.1 views

DEBIAN-CVE-2025-68304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

5.4AI score0.00026EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 4:16 p.m.2 views

DEBIAN-CVE-2025-68284

In the Linux kernel, the following vulnerability has been resolved: libceph: prevent potential out-of-bounds writes in handleauthsessionkey The len field originates from untrusted network packets. Boundary checks have been added to prevent potential out-of-bounds writes when decrypting the...

5.3AI score0.00076EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 3:15 p.m.1 views

DEBIAN-CVE-2025-68266

In the Linux kernel, the following vulnerability has been resolved: bfs: Reconstruct file type when loading from disk syzbot is reporting that SIFMT bits of inode-imode can become bogus when the SIFMT bits of the 32bits "mode" field loaded from disk are corrupted or when the 32bits "attributes"...

5.2AI score0.00058EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 3:15 p.m.1 views

DEBIAN-CVE-2025-68256

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix out-of-bounds read in rtwgetie parser The Information Element IE parser rtwgetie trusted the length byte of each IE without validating that the IE body len bytes after the 2-byte header fits inside the...

5.5AI score0.00058EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 3:15 p.m.2 views

DEBIAN-CVE-2025-68255

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing The Supported Rates IE length from an incoming Association Request frame was used directly as the memcpy length when copying into a fixed-size 16-byte stack...

5.8AI score0.00083EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 3:15 p.m.1 views

DEBIAN-CVE-2025-68239

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: restore write access before closing files opened by openexec bmregisterwrite opens an executable file using openexec, which internally calls doopenexecat and denies write access on the file to avoid modification while...

5.2AI score0.00058EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 3:15 p.m.3 views

DEBIAN-CVE-2025-68241

In the Linux kernel, the following vulnerability has been resolved: ipv4: route: Prevent rtbindexception from rebinding stale fnhe The sit driver's packet transmission path calls: sittunnelxmit - updateorcreatefnhe, which lead to fnheremoveoldest being called to delete entries exceeding...

5.4AI score0.00058EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.1 views

DEBIAN-CVE-2025-68235

In the Linux kernel, the following vulnerability has been resolved: nouveau/firmware: Add missing kfree of nvkmfalconfw::boot nvkmfalconfw::boot is allocated, but no one frees it. This causes a kmemleak warning. Make sure this data is deallocated...

5.3AI score0.00028EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.1 views

DEBIAN-CVE-2025-68238

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix DMA device NULL pointer dereference The DMA device pointer dmadev was being dereferenced before ensuring that cdnsctrl-dmac is properly initialized. Move the assignment of dmadev after successfully...

5.1AI score0.00058EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.1 views

DEBIAN-CVE-2025-68219

In the Linux kernel, the following vulnerability has been resolved: cifs: fix memory leak in smb3fscontextparseparam error path Add proper cleanup of ctx-source and fc-source to the cifsparsemounterr error handler. This ensures that memory allocated for the source strings is correctly freed on al...

5.3AI score0.00028EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.1 views

DEBIAN-CVE-2025-68211

In the Linux kernel, the following vulnerability has been resolved: ksm: use range-walk function to jump over holes in scangetnextrmapitem Currently, scangetnextrmapitem walks every page address in a VMA to locate mergeable pages. This becomes highly inefficient when scanning large virtual memory...

5.5CVSS5.3AI score0.00023EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.0 views

DEBIAN-CVE-2025-68210

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid infinite loop due to incomplete zstd-compressed data Currently, the decompression logic incorrectly spins if compressed data is truncated in crafted deliberately corrupted images...

5.1AI score0.00028EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.2 views

DEBIAN-CVE-2025-68205

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/hdmi: Fix breakage at probing nvhdmi-mcp driver After restructuring and splitting the HDMI codec driver code, each HDMI codec driver contains the own buildcontrols and buildpcms ops. A copy-n-paste error put the wrong...

5.2AI score0.00026EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.1 views

DEBIAN-CVE-2025-68201

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: remove two invalid BUGONs Those can be triggered trivially by userspace...

5.1AI score0.00028EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.1 views

DEBIAN-CVE-2025-68172

In the Linux kernel, the following vulnerability has been resolved: crypto: aspeed - fix double free caused by devm The clock obtained via devmclkgetenabled is automatically managed by devres and will be disabled and freed on driver detach. Manually calling clkdisableunprepare in error path and...

5.1AI score0.00028EPSS
Exploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.0 views

DEBIAN-CVE-2025-40346

In the Linux kernel, the following vulnerability has been resolved: archtopology: Fix incorrect error check in topologyparsecpucapacity Fix incorrect use of PTRERRORZERO in topologyparsecpucapacity which causes the code to proceed with NULL clock pointers. The current logic uses !PTRERRORZEROcpuc...

5.2AI score0.00039EPSS
Exploits0References1
OSV
OSV
added 2025/12/15 2:15 p.m.2 views

DEBIAN-CVE-2025-65431

An issue was discovered in allauth-django before 65.13.0. Both Okta and NetIQ were using preferredusername as the identifier for third-party provider accounts. That value may be mutable and should therefore be avoided for authorization decisions. The providers are now using sub instead...

5.4CVSS5.2AI score0.00039EPSS
Exploits0References1
OSV
OSV
added 2025/12/14 5:16 a.m.2 views

DEBIAN-CVE-2025-67897

In Sequoia before 2.1.0, aeskeyunwrap panics if passed a ciphertext that is too short. A remote attacker can take advantage of this issue to crash an application by sending a victim an encrypted message with a crafted PKESK or SKESK packet...

5.3CVSS5.4AI score0.00166EPSS
Exploits0References1
OSV
OSV
added 2025/12/13 6:6 a.m.1 views

BELL-CVE-2025-67724

Bulletin has no description...

6.1CVSS6.9AI score0.00035EPSS
Exploits0References1
OSV
OSV
added 2025/12/12 9:15 p.m.3 views

CVE-2025-43512

A logic issue was addressed with improved checks. This issue is fixed in macOS Tahoe 26.2, macOS Sonoma 14.8.3, macOS Sequoia 15.7.3, iOS 18.7.3 and iPadOS 18.7.3. An app may be able to elevate privileges...

7.8CVSS5.7AI score0.00015EPSS
Exploits0References4
Rows per page
Query Builder