Subscribe, build a custom feed, or pitch a sponsorship at hello@acadenix.com
Latest intel// live feed
CVE-2026-46198 — Linux: In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix integer overflow
In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix integer overflow on buff_pos Fixing an integer overflow present in batadv_iv_ogm_send_to_if. The size check is done using the int type in batadv_iv_ogm_aggr_packet whereas the buff_pos variable uses the s16 type. This could lead to an out-of-bound read. CVSSv3.1 8.8 (HIGH)
CVE-2026-46195 — Linux: In the Linux kernel, the following vulnerability has been resolved: smb: client: validate dacloffset
In the Linux kernel, the following vulnerability has been resolved: smb: client: validate dacloffset before building DACL pointers parse_sec_desc(), build_sec_desc(), and the chown path in id_mode_to_cifs_acl() all add the server-supplied dacloffset to pntsd before proving a DACL header fits inside the returned security descriptor. On 32-bit builds a malicious server can return dacloffset near U32_MAX, wrap the derived DACL pointer below end_of_acl, and then slip past the CVSSv3.1 9.8 (CRITICAL)
CVE-2026-46185 — Linux: In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in symlink_data() Since smb2_check_message() returns success without length validation for the symlink error response, in symlink_data() it is possible for iov->iov_len to be smaller than sizeof(struct smb2_err_rsp). If the buffer only contains the base SMB2 header (64 bytes), accessing err->ErrorContextCount (at offset 66) or err->ByteCount later in symlink_data() will ca CVSSv3.1 9.1 (CRITICAL)
CVE-2026-46174 — Linux: In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Prevent improper isolation
In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache Make sure resources are not improperly shared in the op cache and cause instruction corruption this way. CVSSv3.1 8.8 (HIGH)
CVE-2026-46166 — Linux: Guard against this to avoid a slab-use-after-free error.
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211_dfs_cac_cancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error. CVSSv3.1 8.8 (HIGH)
CVE-2026-46155 — Linux: In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in smb2_compound_op() If a server sends a truncated response but a large OutputBufferLength, and terminates the EA list early, check_wsl_eas() returns success without validating that the entire OutputBufferLength fits within iov_len. Then smb2_compound_op() does: memcpy(idata->wsl.eas, data[0], size[0]); Where size[0] is OutputBufferLength. If iov_len is smaller than CVSSv3.1 9.1 (CRITICAL)
CVE-2026-46152 — Linux: In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray 'static' from fast-RX rx_result ieee80211_invoke_fast_rx() is documented as safe for parallel RX, but its per-invocation rx_result is declared static. Concurrent callers then share one instance and can overwrite each other's result between ieee80211_rx_mesh_data() and the switch on res. That can make a packet that was queued or consumed by ieee80211_rx_mesh_data() fall through in CVSSv3.1 8.8 (HIGH)
CVE-2026-46138 — Linux: Since the out-of-bounds values typically exceed HCI_CONN_HANDLE_MAX (0x0EFF), hci_conn_set_handle() rejects them and the connection
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_complete_evt hci_le_create_big_complete_evt() iterates over BT_BOUND connections for a BIG handle using a while loop, accessing ev->bis_handle[i++] on each iteration. However, there is no check that i stays within ev->num_bis before the array access. When a controller sends a LE_Create_BIG_Complete event with fewer bis_handle entrie CVSSv3.1 8.1 (HIGH)
CVE-2026-46137 — Linux: In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx: fix potential data-race This mptcp_pm_add_timer() helper is executed as a timer callback in softirq context. To avoid any data races, the socket lock needs to be held with bh_lock_sock(). If the socket is in use, retry again soon after, similar to what is done with the keepalive timer. CVSSv3.1 9.8 (CRITICAL)
CVE-2026-46135 — Linux: That defeats the DISCONNECTING-state guard in nvmet_tcp_schedule_release_queue() and allows a later socket state change
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix race between ICReq handling and queue teardown nvmet_tcp_handle_icreq() updates queue->state after sending an Initialization Connection Response (ICResp), but it does so without serializing against target-side queue teardown. If an NVMe/TCP host sends an Initialization Connection Request (ICReq) and immediately closes the connection, target-side teardown may start in softirq context before i CVSSv3.1 9.8 (CRITICAL)
CVE-2026-46125 — Linux: This fixes a use-after-free/double-free in debugfs if that's enabled, because a vif going from
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: remove station if connection prep fails If connection preparation fails for MLO connections, then the interface is completely reset to non-MLD. In this case, we must not keep the station since it's related to the link of the vif being removed. Delete an existing station. Any "new_sta" is already being removed, so that doesn't need changes. This fixes a use-after-free/double-free in debugfs CVSSv3.1 8.8 (HIGH)
CVE-2026-46119 — Linux: In the Linux kernel, the following vulnerability has been resolved: libceph: Fix slab-out-of-bounds access
In the Linux kernel, the following vulnerability has been resolved: libceph: Fix slab-out-of-bounds access in auth message processing If a (potentially corrupted) message of type CEPH_MSG_AUTH_REPLY contains a positive value in its result field, it is treated as an error code by ceph_handle_auth_reply() and returned to handle_auth_reply(). Thereafter, an attempt is made to send the preallocated message of type CEPH_MSG_AUTH, where the returned value is interpreted as the si CVSSv3.1 9.1 (CRITICAL)
CVE-2026-46115 — Linux: In the Linux kernel, the following vulnerability has been resolved: block: add pgmap check
In the Linux kernel, the following vulnerability has been resolved: block: add pgmap check to biovec_phys_mergeable biovec_phys_mergeable() is used by the request merge, DMA mapping, and integrity merge paths to decide if two physically contiguous bvec segments can be coalesced into one. It currently has no check for whether the segments belong to different dev_pagemaps. When zone device memory is registered in multiple chunks, each chunk gets its own dev_pagemap. A single CVSSv3.1 9.8 (CRITICAL)
CVE-2026-46113 — Linux: In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected GFN The shadow MMU computes GFNs for direct shadow pages using sp->gfn plus the SPTE index. This assumption breaks for shadow paging if the guest page tables are modified between VM entries (similar to commit aad885e77496, "KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE", 2026-03-27). The flow is as follows: - a PDE CVSSv3.1 8.8 (HIGH)
CVE-2026-6226 — Frontend: The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to unauthenticated privilege escalation
The Frontend Admin by DynamiApps plugin for WordPress is vulnerable to unauthenticated privilege escalation in versions up to and including 3.29.2. This is due to insecure form submission handling that accepts arbitrary form definitions from user input instead of securely loading them from the backend. When $_POST['_acf_form'] is an array (rather than a form ID), the validate_form() function bypasses database lookup and directly processes the attacker-controlled structure. Th CVSSv3.1 8.8 (HIGH)
CVE-2026-4408 — Samba: This vulnerability allows an attacker to achieve remote command execution on the affected system.
A flaw was found in Samba. A remote attacker can exploit a misconfiguration in Samba file servers and classic domain controllers that use the "check password script" feature. If this script is configured with the %u substitution character, the client-controlled username is passed without proper escaping of shell meta-characters. This vulnerability allows an attacker to achieve remote command execution on the affected system. This issue primarily affects non-standard configura CVSSv3.1 9.0 (CRITICAL)
CVE-2026-9227 — GutenBee: The GutenBee – Gutenberg Blocks plugin for WordPress is vulnerable to Arbitrary File Upload
The GutenBee – Gutenberg Blocks plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 2.20.1 via the gutenbee_file_and_ext_json function. This is due to a flawed strpos() substring check that only verifies whether the filename contains the string '.json' rather than confirming the filename ends with a .json extension, allowing double-extension filenames like shell.json.php to bypass validation. This makes it possible for authenticat CVSSv3.1 8.8 (HIGH)
CVE-2026-6455 — Contact: The WP Contact Form 7 DB Handler plugin for WordPress is vulnerable to Cross-Site
The WP Contact Form 7 DB Handler plugin for WordPress is vulnerable to Cross-Site Request Forgery leading to Arbitrary File Deletion via SQL Injection and PHP Object Injection in versions up to and including 3.0. This is due to a missing nonce verification in the process_bulk_action() function, the nonce check is only executed when _wpnonce is present in the POST body, allowing it to be trivially bypassed by omitting the field, combined with the use of an unsanitized, unparam CVSSv3.1 8.1 (HIGH)
Pirates in the crosshairs: how one cybercrime gang has been infecting book, movie, and TV show fans for years
Kaspersky researchers documented a multi-year campaign distributing cryptominers and RAT malware via pirated content sites (movies, TV, ebooks). The infection chain uses fake video-player plugin updates to deliver a ZIP containing a legitimate executable and malicious DLL that side-loads into process memory, establishing persistence via a fake Google Chrome service and deploying CPU/GPU miners, a watchdog module, and a RAT with four remote commands. The campaign has been active since at least 2022, reaching 40 million monthly visits across compromised piracy platforms.
CVE-2026-32999 — Insufficient character filtering in backup agent signing module on Comet Backup server allows authenticated
Insufficient character filtering in backup agent signing module on Comet Backup server allows authenticated tenant administrator to execute an arbitrary code on behalf of a privileged user on the affected server and connected devices. CVSSv3.1 9.0 (CRITICAL)
CVE-2026-8915 — Out: Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflow Buffers.
Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflow Buffers. This issue affects Escargot: 36f5fb58366a67b713c02f6fd985e924fcc09e31. CVSSv3.1 8.8 (HIGH)
CVE-2026-46414 — Microsoft: The same client registry also allows duplicate client_id registration, overwriting an existing live client's
Microsoft UFO open-source framework for intelligent automation across devices and platforms. In 3.0.1-4-ge2626659, Microsoft UFO's WebSocket control plane trusts client-supplied identity and role fields in task messages. A client connection can register as a normal device, but later send a TASK message claiming client_type="constellation" and target_id=<victim-device-id>. The server trusts the role and target values from the wire message rather than enforcing the role registe CVSSv3.1 8.8 (HIGH)
CVE-2026-46402 — Microsoft: An authenticated client can supply path traversal sequences in task_name and cause UFO to
Microsoft UFO open-source framework for intelligent automation across devices and platforms. In 3.0.1-4-ge2626659, Microsoft UFO uses the user-controlled task_name value directly when constructing session log paths. An authenticated client can supply path traversal sequences in task_name and cause UFO to create log directories and log files outside the intended logs/ directory. CVSSv3.1 8.1 (HIGH)
CVE-2026-9208 — Tanium: addressed an unauthorized code execution vulnerability in Connect.
Tanium addressed an unauthorized code execution vulnerability in Connect. CVSSv3.1 8.8 (HIGH)
CVE-2026-45083 — Goobi: The Goobi viewer is a web application that allows digitised material to be displayed
The Goobi viewer is a web application that allows digitised material to be displayed in a web browser. From 4.8.0 to before 26.04.1, the Goobi viewer REST endpoint POST /api/v1/index/stream accepted an arbitrary Solr streaming expression from unauthenticated network clients and forwarded it to the backend Solr server without restriction. An attacker could read the complete Solr index and, in default Solr deployments, also modify or delete indexed records. This vulnerability i CVSSv3.1 9.8 (CRITICAL)