Lucene search
+L
CvelistRecent

397948 matches found

Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•25 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:...

7.8CVSS0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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.7CVSS0.0042EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

7CVSS0.0012EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00179EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•26 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...

8.8CVSS0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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 =...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•23 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•23 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•25 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...

7CVSS0.0012EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

8.8CVSS0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•25 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...

7.8CVSS0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

7CVSS0.0012EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•26 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...

8.8CVSS0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•23 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

8.8CVSS0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

8.1CVSS0.00333EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

8.1CVSS0.0033EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•22 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

7.8CVSS0.0012EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•25 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...

7.8CVSS0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•25 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...

7.8CVSS0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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,...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•21 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 -...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:02 p.m.•24 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...

8.8CVSS0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/24 4:01 p.m.•23 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.5CVSS0.00082EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 4:00 p.m.•22 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.1CVSS0.00388EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 3:59 p.m.•22 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.3CVSS0.00273EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 3:58 p.m.•21 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.5CVSS0.00245EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/24 3:58 p.m.•24 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.6CVSS0.00359EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/24 3:57 p.m.•24 views

CVE-2026-79758 Termix: Authenticated users can read other users' host status and clear global SSH connections

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. From 1.8.0 until 2.5.1, authenticated Termix users can access the server-stats API without per-host authorization. GET /status returns statuses for hosts the requester cannot access, GET...

5.4CVSS0.00435EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/24 3:56 p.m.•22 views

CVE-2026-75907 CVE-2026-75907

The door access control on a Norwegian Cruise Line asset grants entry based only on the credential's static 7-byte UID stored on an NTAG212 NFC chip. A UID is a manufacturer serial number sent in the clear on every read and is not intended to be secret or to authenticate the holder. Validating on...

0.00357EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/24 3:52 p.m.•22 views

CVE-2026-93283 i3c: master: Fix device_register() error path

In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix deviceregister error path When deviceregister fails in i3cmasterregisternewi3cdevs, putdevice is called to drop the reference taken by deviceregister. That drops the last reference, so the device's release callba...

0.00196EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/24 3:52 p.m.•25 views

CVE-2026-93282 ksmbd: fix maximum allowed access checks

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix maximum allowed access checks The DACL permission check looks for an ACE matching the current user and falls back to the Everyone ACE. It does not consider an Authenticated Users ACE, even though an authenticated sessi...

8.1CVSS0.00308EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/24 3:52 p.m.•22 views

CVE-2026-93281 wifi: rtw89: fix HE extended capability length check

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix HE extended capability length check rtw89maccheckheobssnarrowbwruiter reads extended capability byte 10, but rejects only datalen values below 10. Byte 10 requires at least 11 bytes. Require datalen = 11 before...

0.00192EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/24 3:52 p.m.•25 views

CVE-2026-93280 greybus: audio: bound the topology section sizes against the fetched size

In the Linux kernel, the following vulnerability has been resolved: greybus: audio: bound the topology section sizes against the fetched size gbaudiogbgettopology fetches a topology blob of a module-supplied size, and gbaudiotplgparsedata then walks it by adding the module-supplied sizedais,...

8.8CVSS0.00321EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/24 3:52 p.m.•21 views

CVE-2026-93279 staging: octeon: add missing tasklet_kill in cvm_oct_tx_shutdown

In the Linux kernel, the following vulnerability has been resolved: staging: octeon: add missing taskletkill in cvmocttxshutdown The TX cleanup tasklet can be scheduled by the watchdog IRQ handler to execute cvmocttxdocleanup. There can be a pending tasklet in the queue which might run after the...

0.00196EPSS
SaveExploits0References8
Total number of security vulnerabilities397948