Lucene search
+L
CvelistRecent

397448 matches found

Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93819 PCI: mediatek: Protect root bus removal with rescan lock

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Protect root bus removal with rescan lock Hold the pcirescanremovelock lock while stopping and removing a root bus to avoid racing with concurrent rescan or hotplug operations triggered via sysfs. Such races may le...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93817 perf: Fix addr_filter_ranges lifetime

In the Linux kernel, the following vulnerability has been resolved: perf: Fix addrfilterranges lifetime Lee Jia Jie reported that since event::addrfilterranges is used under RCU, it should be RCU freed...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93818 PCI: plda: Protect root bus removal with rescan lock

In the Linux kernel, the following vulnerability has been resolved: PCI: plda: Protect root bus removal with rescan lock Hold the pcirescanremovelock lock while stopping and removing a root bus to avoid racing with concurrent rescan or hotplug operations triggered via sysfs. Such races may lead t...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93816 f2fs: validate inline dentry name lengths before conversion

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate inline dentry name lengths before conversion Inline dentry conversion copies names out of the inline dentry area before checking that each recorded name length fits in the available filename slots. A corrupted imag...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93815 net: au1000: move free_irq out of the close-time spinlocked section

In the Linux kernel, the following vulnerability has been resolved: net: au1000: move freeirq out of the close-time spinlocked section au1000close calls freeirq while aup-lock is still held with spinlockirqsave. freeirq can sleep because it takes the IRQ descriptor request mutex, so it does not...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93814 spi: core: Abort active target transfer on controller suspend

In the Linux kernel, the following vulnerability has been resolved: spi: core: Abort active target transfer on controller suspend When an SPI controller operating in target mode has a transfer in progress at the time of system suspend, the suspend path proceeds without aborting the ongoing...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93813 btrfs: tree-checker: validate INODE_REF's namelen

In the Linux kernel, the following vulnerability has been resolved: btrfs: tree-checker: validate INODEREF's namelen BUG A crafted btrfs image can trigger the following crash: BUG: unable to handle page fault for address: ffffd1dc42884000 PF: supervisor write access in kernel mode PF:...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93812 ksmbd: fix sd_ndr.data memory leak in ksmbd_vfs_set_sd_xattr

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix sdndr.data memory leak in ksmbdvfssetsdxattr ndrencodev4ntacl allocates sdndr.data via kzalloc at entry. If any subsequent ndrwrite call returns error during encoding, the allocated sdndr.data won't be freed and causes...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-79764 Termix: Authenticated SSRF via `/homepage/proxy` — No Destination Allowlist

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. From 2.5.0 until 2.5.1, the /homepage/proxy endpoint accepts an authenticated user's url query parameter and passes it to http.get or https.get without destination restrictions. In...

7.7CVSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93811 ksmbd: Fix acl.sd_buf memory leak and invalid sd_size error handling

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix acl.sdbuf memory leak and invalid sdsize error handling 1. When ndrdecodev4ntacl fails, the code jumped to freendata which only freed n.data, skipping kfreeacl.sdbuf and leaking the buffer. Zero-initialize struct...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93810 cachefiles: Fix double fput

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double fput Fix a double fput in error handling in cachefilescreatetmpfile...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93809 drm/amdgpu: flush pending RCU callbacks on module unload

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: flush pending RCU callbacks on module unload Call rcubarrier in module exit to wait for outstanding callrcu callbacks before freeing module text, preventing late callback execution in freed memory. BUG: unable to hand...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93808 ALSA: usb-audio: caiaq: validate EP1 reply lengths

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: caiaq: validate EP1 reply lengths usbep1commandreplydispatch uses buf0 as a command byte and then reads command-specific fixed items from the same URB buffer. Several paths use buf + 1, buf1, buf2, or buf + 3...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93807 wifi: rsi: avoid reading TKIP MIC keys for non-TKIP ciphers

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: avoid reading TKIP MIC keys for non-TKIP ciphers rsihalloadkey copies txmickey and rxmickey from data16 and data24 whenever key data is present. Those offsets are only part of the 32-byte TKIP key layout. Shorter keys...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93806 wifi: cfg80211: validate assoc response length before status and IE access

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate assoc response length before status and IE access cfg80211rxassocresp initialises the status and response-IE fields of cfg80211connectrespparams from the management frame before proving that the frame is...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•5 views

CVE-2026-93805 wifi: cfg80211: validate rx/tx MLME callback frame lengths before access

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate rx/tx MLME callback frame lengths before access cfg80211rxmlmemgmt and cfg80211txmlmemgmt call tracepoints before rejecting frames shorter than the frame-control field. After that, they only require len =...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•5 views

CVE-2026-93804 wifi: mac80211: ibss: wait for in-flight TX on disconnect

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: ibss: wait for in-flight TX on disconnect While leaving an IBSS in ieee80211ibssdisconnect mac80211 flushes stations, turns the carrier off and immediately tells the driver to leave as well. While there may be...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93803 wifi: libipw: fix key index receive bound checks

In the Linux kernel, the following vulnerability has been resolved: wifi: libipw: fix key index receive bound checks libipwrx reads skb-datahdrlen + 3 to extract the WEP key index in both the software-decrypt key selection path and the hardware-decrypted IV/ICV strip path. In both places the...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93802 wifi: rsi: validate beacon length before fixed buffer copy

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: validate beacon length before fixed buffer copy rsipreparebeacon copies the mac80211 beacon frame after FRAMEDESCSZ into a management skb whose usable tailroom may be smaller than MAXMGMTPKTSIZE after alignment. Valida...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93801 smb/client: zero-initialize stack-allocated cifs_open_info_data

In the Linux kernel, the following vulnerability has been resolved: smb/client: zero-initialize stack-allocated cifsopeninfodata Stack-allocated cifsopeninfodata may contain random data. This can make some fields have wrong value if they are not set later...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93800 btrfs: fix use-after-free on reloc root after error in insert_dirty_subvol()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free on reloc root after error in insertdirtysubvol If during relocation we fail in insertdirtysubvol because btrfsupdaterelocroot returned an error, we will leave a root's relocroot field pointing to a reloc...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93799 wifi: iwlwifi: mvm: validate sta_id in BA window status notif

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: validate staid in BA window status notif BAWINDOWSTATUSNOTIFICATIONID extracts a 5-bit staid from the firmware notification and uses it to index fwidtomacid without bounds checking. Validate staid before array...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93798 btrfs: fix reloc root cleanup in merge_reloc_roots()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix reloc root cleanup in mergerelocroots If the root we got has zero root refs in its root item, we are resetting the root's -relocroot without using barriers like we do everywhere else. Sashiko complained about this whil...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93797 wifi: iwlwifi: mvm: fix an off-by-1 boundary check

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix an off-by-1 boundary check Before looking at the 11th byte, check the length is big enough...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93796 wifi: iwlwifi: pcie: null RX pointers after free

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: null RX pointers after free When iwlpcietxinit fails after RX init, nic init unwinds via iwlpcierxfree. The freed RX members stayed non-NULL on the live transport object, so later teardown or retry could touc...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93795 blk-cgroup: fix leaks and online flag on radix_tree_insert failure

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix leaks and online flag on radixtreeinsert failure When radixtreeinsert fails in blkgcreate, the error path has two issues: 1. blkg-online is set to true unconditionally, even when the blkg was never fully inserted...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93794 smb/client: flush dirty data before punching a hole

In the Linux kernel, the following vulnerability has been resolved: smb/client: flush dirty data before punching a hole Punching a hole after a large buffered write may leave the range reported as data. Reproduce it with: xfsio -f \ -c "pwrite -b 3m -S 0x61 0 3m" \ -c "fpunch 1m 1m" \ -c "seek -h...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•5 views

CVE-2026-93793 wifi: iwlwifi: mvm: validate TX_CMD response layout

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: validate TXCMD response layout TXCMD parsing uses framecount to walk status entries and then read the trailing SCD SSN. Make the minimum-length check follow that exact runtime layout calculation before parsing...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93792 wifi: iwlwifi: mvm: fix a possible underflow

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix a possible underflow We shouldn't trust the firmware about the length of the wowlan packet...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93790 wifi: iwlwifi: mvm: fix out-of-bounds tid_data access in BA notif

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix out-of-bounds tiddata access in BA notif mvmsta-tiddata was indexed by the TFD loop counter 'i' instead of the actual TID value 'tid'. This writes lqcolor into a random tiddata slot unrelated to the BA...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93791 wifi: iwlwifi: mvm: add a check on the tid coming from the firmware

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: add a check on the tid coming from the firmware banotif-tid is a firmware-controlled u8 that is used directly as an array index into tiddata without any validation. Add a bounds check against IWLMAXTIDCOUNT...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93789 wifi: iwlwifi: bound aligned TLV advance in FW parser

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: bound aligned TLV advance in FW parser Validate ALIGNtlvlen, 4 against remaining parser length before consuming bytes from the firmware image. This avoids length underflow on malformed TLVs...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93788 wifi: iwlwifi: acpi: validate WGDS table revision index

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: acpi: validate WGDS table revision index Check tblrev bounds before BITtblrev to avoid undefined shifts when firmware reports an invalid revision value...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•2 views

CVE-2026-93787 smb: client: bound dirent name against end of SMB response in cifs_filldir

In the Linux kernel, the following vulnerability has been resolved: smb: client: bound dirent name against end of SMB response in cifsfilldir cifsfilldir copies the entry name out of an SMB1 TRANS2FINDFIRST / FINDNEXT response using a length de.namelen supplied by the server. The kmalloc'd SMB...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93786 ksmbd: preserve VFS inherited POSIX ACL mask

In the Linux kernel, the following vulnerability has been resolved: ksmbd: preserve VFS inherited POSIX ACL mask The VFS initializes a child's POSIX ACL from the parent's default ACL and the requested creation mode. Do not mutate the parent ACL or overwrite the child's VFS-computed access and...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93785 cifs: validate idmap key payload length

In the Linux kernel, the following vulnerability has been resolved: cifs: validate idmap key payload length The cifs.idmap key type stores its payload length in key-datalen, which is limited to U16MAX. Accepting a larger key payload truncates the recorded length and can make later users interpret...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93784 wifi: cfg80211: validate IEs in cfg80211_wext_siwgenie()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate IEs in cfg80211wextsiwgenie The KASAN allocation trace shows that a malformed IE buffer is stored via SIOCSIWGENIE cfg80211wextsiwgenie without any validation. The crash trace shows that a subsequent...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93783 Bluetooth: RFCOMM: validate skb length in rfcomm_recv_frame

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: validate skb length in rfcommrecvframe rfcommrecvframe casts skb-data to struct rfcommhdr and dereferences hdr-addr and hdr-ctrl without validating skb-len first. A truncated frame with skb-len less than the...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93782 vhost-scsi: flush backend after device ioctls

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: flush backend after device ioctls vhost-scsi translates guest response descriptors into userspace iovecs when commands are submitted. Target-core completes those commands asynchronously, so VHOSTSETMEMTABLE can replac...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93781 scsi: core: Do not block on tag allocation in scsi_eh_lock_door()

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Do not block on tag allocation in scsiehlockdoor scsiehlockdoor is called from scsirestartoperations while the host is still in the SHOSTRECOVERY state, i.e. before the host is switched back to SHOSTRUNNING and...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93288 netfilter: nfnetlink_log: wait for rcu grace period before freeing pernet state

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: wait for rcu grace period before freeing pernet state sashiko reports: "nfnllognetexit calls nflogunset, which clears the logger pointer without an RCU grace period. Immediately after, opsfreelist frees t...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93287 i2c: smbus: reject oversized block transfers in the common path

In the Linux kernel, the following vulnerability has been resolved: i2c: smbus: reject oversized block transfers in the common path The SMBus block transfer length data-block0 is validated in i2csmbusxferemulated but that check runs too late for tracepoints and is skipped entirely when the adapte...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93286 net: appletalk: fix NULL pointer dereference in aarp_send_ddp()

In the Linux kernel, the following vulnerability has been resolved: net: appletalk: fix NULL pointer dereference in aarpsendddp aarpsendddp calls atalkfinddevaddrdev in the LocalTalk fast path without checking for NULL. When the device has no AppleTalk interface configured dev-atalkptr == NULL,...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•4 views

CVE-2026-93285 f2fs: embed f2fs_gc_kthread in f2fs_sb_info

In the Linux kernel, the following vulnerability has been resolved: f2fs: embed f2fsgckthread in f2fssbinfo Instead of allocating f2fsgckthread dynamically, embed it in f2fssbinfo. This simplifies lifetime management and prepares for fixing race conditions during teardown. - sbistore -...

SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93284 drm/pagemap: dma-unmap pages before handling migration errors

In the Linux kernel, the following vulnerability has been resolved: drm/pagemap: dma-unmap pages before handling migration errors drmpagemapmigrateunmappages relies on the pages array to determine which pages require DMA unmapping. However, drmpagemapmigrationunlockputpages clears the array as pa...

SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/24 4:01 p.m.•4 views

CVE-2026-79762 Termix: Hardcoded default key encrypts all OIDC/WebAuthn users' stored SSH credentials — full offline decryption from a database copy

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. From 1.7.0 until 2.5.1, Termix derives the keys that wrap OIDC and WebAuthn users' Data Encryption Keys from committed default strings and the public userId salt in...

5.5CVSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 4:00 p.m.•5 views

CVE-2026-79766 Termix: OS command injection in ACME/Let's Encrypt certificate-request handler via admin-controlled domain/email

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. From 2.4.1 until 2.5.1, an authenticated Termix administrator can store attacker-controlled domain and email values through PATCH /users/acme-ssl-settings and trigger their interpolation...

9.1CVSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 3:59 p.m.•4 views

CVE-2026-79759 Termix: Cross-User Information Disclosure via Missing Ownership Check in deploy-to-host Endpoint

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. From 1.7.0 until 2.5.1, the POST /credentials/:id/deploy-to-host endpoint resolves credential and target-host records from attacker-controlled credentialId and targetHostId integer values...

4.3CVSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 3:58 p.m.•5 views

CVE-2026-93541 Out-of-bounds read in libXi's XQueryDeviceState()

An out-of-bounds read in libXi's XQueryDeviceState in libXi before 1.8.4 could be used by a...

6.5CVSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/24 3:58 p.m.•4 views

CVE-2026-79761 Termix: Command injection in SSH key deployment verification

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. From 1.7.0 until 2.5.1, the Termix SSH key deployment flow derives a grep pattern from a user-controlled public-key token and interpolates it into double-quoted shell commands executed on...

6.6CVSS
SaveExploits0References5
Total number of security vulnerabilities397448