Lucene search
+L

378344 matches found

CVE
CVE
added 2026/07/25 8:49 a.m.11 views

CVE-2026-64273

CVE-2026-64273 describes a Linux kernel issue in the iforce driver where a status packet uses a device-provided force-feedback effect index without proper bounds. Specifically, data[1] is masked with 0x7f (0–127) while core_effects[] only has IFORCE_EFFECTS_MAX (32) entries. For indices 32–127, t...

5.7AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.13 views

CVE-2026-64272

The CVE-2026-64272 issue applies to the Linux kernel, affecting MMS114-driven touch controllers MMS134S and MMS136. The event size is 6 bytes, but the driver reads into a buffer using an 8-byte per-entry assumption (sizeof(struct mms114_touch)), causing subsequent events to be read from incorrect...

5.8AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:49 a.m.12 views

CVE-2026-64271

CVE-2026-64271 concerns the Linux kernel touchscreen code for the Touchwindow (touchwin) input path. A vulnerability arises in tw_interrupt() where non-zero serial bytes are accumulated in a fixed three-byte buffer with an index reset only when the 2nd and 3rd bytes match (tw->data[1] == tw-&g...

5.9AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.12 views

CVE-2026-64270

CVE-2026-64270 affects the Linux kernel where mms114_interrupt() reads I2C touch data into a fixed-size stack buffer without properly bounding the reported packet_size. A malicious or faulty device/controller can report packet_size up to 255, allowing a write past the end of touch[] on the IRQ th...

5.9AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:49 a.m.24 views

CVE-2026-64269

The CVE-2026-64269 issue affects the Linux kernel’s RDMA path (RDMA/rtrs-srv) where rdma_write_sg() uses desc[0].len from the wire descriptor to determine the RDMA_WRITE length. The length could exceed the bound of the mapped chunk because it wasn’t checked against max_chunk_size, enabling a peer...

9.1CVSS6AI score0.00679EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:49 a.m.24 views

CVE-2026-64268

CVE-2026-64268 concerns a Linux kernel vulnerability in the SIW (RDMA) path where Read Response segments could overrun the sink buffer. The issue resides in siw_qp_rx.c (siw_proc_rresp) which places inbound Read Response DDP segments at sge->laddr + wqe->processed and accumulates processed ...

9.8CVSS6AI score0.00695EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.15 views

CVE-2026-64267

Summary: CVE-2026-64267 affects the Linux kernel's FUSE prune notification handling. On 32-bit systems, FUSE_NOTIFY_PRUNE could misvalidate the payload length, allowing a daemon-controlled count to wrap and trigger a copy loop that may read nodeids not present in the userspace buffer (e.g., in QE...

5.7AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.26 views

CVE-2026-64266

CVE-2026-64266 affects the Linux kernel fuse subsystem. The vulnerability stems from fuse_ref_folio() unlocking the request but not re-locking before return, allowing fuse_chan_abort() to end the request and for the async end callback to free args while the copy chain later accesses them, causing...

7.8CVSS5.7AI score0.0016EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64265

The CVE-2026-64265 issue affects the Linux kernel fuse subsystem. When fuse_resend() moves a request from fpq->processing back to fiq->pending, it marks FR_PENDING and clears FR_SENT but fails to remove the request’s intr_entry from fiq->interrupts. If FR_INTERRUPTED was set previously, ...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.16 views

CVE-2026-64263

CVE-2026-64263 affects the Linux kernel fuse-uring subsystem. The issue arises when fuse_uring_cancel() moves entries that are still available (with no reqs) to the ent_in_userspace list and ent_list_request_expired() dereferences ent->fuse_req unconditionally, which can crash a cancelled entr...

5.8AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.13 views

CVE-2026-64264

In CVE-2026-64264, the Linux kernel fuse-uring path is affected: copy_from_user can leave a positive residual in err, then -EFAULT is overwritten by fuse_uring_req_end, causing an incorrect success path and potentially uninitialised req->out.args. The fix assigns err = -EFAULT in the failure b...

5.8AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.20 views

CVE-2026-64262

The CVE-2026-64262 entry concerns a Linux kernel issue in fuse-uring where, during io_uring task work with tw.cancel set, the cancel handling could leave a fuse_req reference in the userspace queue and fail to end the request, potentially delaying cleanup: the code path could set -ECANCELED, mark...

5.8AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.15 views

CVE-2026-64260

CVE-2026-64260 affects the Linux kernel’s fuse-uring path. The issue concerns races on the queue->stopped flag: several readers check the value under a lock, but fuse_uring_commit_fetch() (and in fuse_uring_abort_end_requests() as noted) did not, meaning the flag could be observed/modified wit...

7.8CVSS5.7AI score0.00162EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.22 views

CVE-2026-64261

The CVE-2026-64261 issue affects the Linux kernel’s fuse-uring component. The vulnerability arises when fuse_uring_async_stop_queues() might run after the last reference on ring->queue_refs has been dropped, risking use-after-free. Red Hat, SUSE, Debian OSV, and other trackers confirm the flaw...

7.8CVSS5.7AI score0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.15 views

CVE-2026-64259

CVE-2026-64259 (Linux kernel, fuse-uring) : A race allowed a use-after-free in fuse-uring by letting a fuse_req on an SQE commit become findable after memcpy, if a malicious userspace sent commit SQEs before the request reached fuse-server. The fix reorders operations: moving fuse_uring_add_to_pq...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.10 views

CVE-2026-64258

CVE-2026-64258 affects the Linux kernel fuse-uring path. When copying into the userspace ring buffer fails, fuse_uring_req_end() clears ent->fuse_req but may leave the ent_w_req_queue entry in FRRS_FUSE_REQ, enabling a NULL dereference during expiration scanning. The fix removes the entry from...

5.9AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.28 views

CVE-2026-64257

CVE-2026-64257 affects the Linux kernel SMB2 client logic. The issue arose from overlap handling in __smb2_calc_size(), where clearing data_length could cause an invalid SMB2 response to appear as if it has no data area, allowing an unintended length-exemption path. The fix tracks data area overl...

9.1CVSS5.8AI score0.00672EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:49 a.m.18 views

CVE-2026-64256

CVE-2026-64256 affects the Linux kernel/XFS: a dqiterate quota-id loop uses an unsigned 32-bit q_id, which can wrap when reaching XFS_DQ_ID_MAX, causing the iteration to restart. The fix casts to 64-bit (u64) to prevent truncation. Exploitation details are not provided in the supplied documents. ...

5.7AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:12 a.m.26 views

CVE-2026-16766

Catalyst::View::Wkhtmltopdf for Perl versions before 0.6.1 are vulnerable to shell command injection (RCE) via PDF render options. The vulnerability arises because options passed to wkhtmltopdf are not sanitized, and user-controlled options such as page_size, orientation, or margins can inject co...

9.8CVSS5.9AI score0.01304EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 6:50 a.m.45 views

CVE-2026-10818

WPForms Pro (WordPress) is affected by an Arbitrary File Upload vulnerability up to version 1.10.1.1, exploitable via the ajax_chunk_upload_finalize path. The issue arises because file type validation occurs after chunk metadata and file contents are written to disk, and the assembled file isn’t ...

8.1CVSS6.5AI score0.0042EPSS
SaveExploits1References2
CVE
CVE
added 2026/07/25 6:50 a.m.20 views

CVE-2026-15425

The CVE concerns the Yoast SEO – Advanced SEO with real-time guidance and built-in AI plugin for WordPress (Yoast SEO) vulnerable to Stored Cross-Site Scripting via the Post Slug (post_name) feature. Affected versions: all up to and including 28.0. Root cause: insufficient input sanitization and ...

6.4CVSS6AI score0.00201EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 5:34 a.m.21 views

CVE-2026-14955

The CVE-2026-14955 entry affects the Checkout Field Editor for WooCommerce (Pro) for WordPress, specifically versions up to 3.7.7. The root cause is a Directory Traversal vulnerability in the thwcfe_legacy_file parameter, allowing authenticated users with subscriber-level access and above to read...

6.5CVSS5.9AI score0.00526EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/25 12:28 a.m.47 views

CVE-2026-66374

Knot Resolver is affected by a heap-based buffer overflow in the DoQ (DNS-over-QUIC) receive path that allows remote code execution on versions prior to 6.4.1. The vulnerability arises in the handling of DoQ traffic, enabling an attacker to trigger arbitrary code execution through crafted input s...

8.1CVSS6.7AI score0.00389EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/25 12:8 a.m.141 views

CVE-2026-66373

CVE-2026-66373 affects Redis before 8.8.0. An authenticated attacker can achieve remote code execution by sending a RESTORE payload in a scenario where the same NACK (pending entry) is referenced by more than one consumer; deleting both consumers via XGROUP DELCONSUMER leads to a double free. Thi...

7.5CVSS6.5AI score0.00472EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 12:0 a.m.12 views

CVE-2026-51592

Technical details for CVE-2026-51592 are not publicly available in the provided documents. Monitor for updates.

SaveExploits0
CVE
CVE
added 2026/07/24 11:1 p.m.12 views

CVE-2026-66338

The CVE-2026-66338 issue affects libsoup, specifically the HTTP chunked transfer encoding parser. The vulnerability stems from a permissive parsing function used for chunk sizes in soup_body_input_stream_read_chunked(), which accepts inputs violating RFC 9112 (leading whitespace, plus sign prefix...

5.4CVSS5.8AI score0.00174EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/24 11:1 p.m.19 views

CVE-2026-66337

Summary: Libsoup contains a flaw where an unsigned integer underflow in soup_filter_input_stream_read_until() leads to a heap buffer over-read while parsing multipart HTTP responses. A malicious HTTP server can exploit this by sending a crafted multipart response, potentially causing the client a...

6.5CVSS6AI score0.00229EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/24 11:1 p.m.17 views

CVE-2026-66339

CVE-2026-66339 is a vulnerability in libsoup where, after establishing a CONNECT tunnel via an HTTP proxy, the library incorrectly attaches the Proxy-Authorization header to subsequent HTTPS requests through the tunnel. This can allow the destination server to capture proxy credentials, resulting...

6.5CVSS5.8AI score0.00229EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/24 10:20 p.m.25 views

CVE-2026-60134

Vulnerability: CVE-2026-60134 affects the Weintek cMT3092X HMI due to reliance on cookies without proper validation and integrity checks in a security decision. What’s affected: Weintek cMT3092X HMI. The description states that a non-privileged user can modify cookies to achieve elevated privileg...

8.8CVSS5.8AI score0.00315EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 10:16 p.m.30 views

CVE-2026-61892

The CVE-2026-61892 entry applies to Weintek cMT3092X HMI. The vulnerability concerns insufficient permission handling that lets a non-privileged user modify tokens to escalate privileges, yielding a high-severity impact on confidentiality, integrity, and availability per the ICS CVSS metrics (sco...

8.8CVSS5.8AI score0.00274EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 10:10 p.m.29 views

CVE-2026-61886

Weintek cMT3092X HMI is affected by CVE-2026-61886 due to plaintext storage of user account passwords. The vulnerability resides in how credentials are stored, enabling potential exposure of confidential data. Affected component: Weintek cMT3092X HMI (password storage mechanism). Root cause: plai...

7.1CVSS5.8AI score0.00231EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 10:6 p.m.18 views

CVE-2026-60135

No technical details are publicly available in the provided documents. Monitor for updates.

7.1CVSS5.8AI score0.00213EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 10:2 p.m.14 views

CVE-2026-16280

CVE-2026-16280 affects GPU DDK, specifically the PMRLogicalOffsetToPhysicalOffset function. An integer overflow for PMRs larger than 4 GB causes 32-bit truncation of address computations, leading to incorrect GPU MMU mappings. This can enable a non-privileged user to access unintended physical me...

9.8CVSS5.9AI score0.00295EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/24 9:40 p.m.24 views

CVE-2026-61884

Technical details are not publicly available in the provided documents. Monitor for updates from NVD/CVE and trusted advisories to confirm affected versions, root cause specifics, and remediation.

9.8CVSS6AI score0.00664EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 9:37 p.m.16 views

CVE-2026-55985

CVE-2026-55985 affects Tycon Systems TPDIN-Monitor-WEB2: the web management interface stores and displays system credentials in cleartext on a configuration page accessible to authenticated users. This exposure enables anyone with access to the administrative dashboard to read credentials, potent...

5.3CVSS5.9AI score0.00149EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 9:16 p.m.20 views

CVE-2026-62379

Technical details for CVE-2026-62379 are not publicly available in the provided documents. Monitor for updates from references/CIRCL sighting; no affected products, impact, or remediation can be confirmed from the supplied data.

SaveExploits0References9
CVE
CVE
added 2026/07/24 9:16 p.m.11 views

CVE-2026-62263

Technical details for CVE-2026-62263 are not publicly available in the provided documents; no affected products, impact, or remediation details are disclosed. Monitor for updates.

SaveExploits0References8
CVE
CVE
added 2026/07/24 9:9 p.m.11 views

CVE-2026-62280

Technical details are not publicly available in the provided documents. Monitor for updates to CVE-2026-62280 as information may be released later.

SaveExploits0References6
CVE
CVE
added 2026/07/24 9:7 p.m.31 views

CVE-2025-71408

The CVE-2025-71408 issue affects NLTK up to version 3.9.2 (pre-3.9.3). The vulnerability lies in nltk.collocations’ main path, where command‑line arguments are passed directly to eval() to form BigramAssocMeasures suffixes without a allowlist or sanitization, enabling an attacker who can control ...

8.5CVSS6.3AI score0.00158EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/24 8:49 p.m.12 views

CVE-2026-57497

Technical details for CVE-2026-57497 are not publicly available in the provided documents. No affected products, root cause, or fixes are disclosed. Monitor for updates.

SaveExploits0References7
CVE
CVE
added 2026/07/24 7:54 p.m.25 views

CVE-2026-66041

FFmpeg 7.0–8.1.2 contains a heap out-of-bounds write in the vf_quirc filter, fixed by commit 4da9812. A crafted PGS/SUP subtitle file with mismatched frame dimensions can cause av_image_copy_plane() to copy data beyond the initial allocation into the undersized libquirc grayscale image buffer, le...

8.8CVSS6AI score0.00423EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 7:46 p.m.14 views

CVE-2026-66040

FFmpeg

8.8CVSS6.4AI score0.00546EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 7:42 p.m.22 views

CVE-2026-66039

CVE-2026-66039 affects FFmpeg up to 8.1.2 due to a signed integer overflow in the MACE6 audio decoder. An attacker can craft a CAF file with oversized values for bytes_per_packet and frames_per_packet in the desc chunk, triggering an overflow in mace_decode_frame() during output sample count comp...

8.8CVSS6.2AI score0.00423EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 7:39 p.m.21 views

CVE-2026-66038

CVE-2026-66038 concerns FFmpeg

7.1CVSS6AI score0.00256EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 7:36 p.m.24 views

CVE-2026-66037

FFmpeg

7.1CVSS5.9AI score0.00282EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 7:34 p.m.35 views

CVE-2026-66036

CVE-2026-66036 affects FFmpeg up to version 8.1.2. A heap out-of-bounds write exists in the vf_hqdn3d filter when a crafted video increases frame width between frames and filtergraph reinitialization is disabled (-reinit_filter 0). The vulnerability stems from vf_hqdn3d.config_input() allocating ...

8.8CVSS5.9AI score0.00288EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 7:21 p.m.42 views

CVE-2026-62835

Azure Portal Information Disclosure vulnerability (CVE-2026-62835) stems from improper authorization, allowing an unauthenticated attacker to disclose information over a network. The available sources report CVSS v3.1 base score 9.3 (CRITICAL), with NETWORK attack vector, LOW complexity, NO privi...

9.3CVSS5.8AI score0.00973EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/07/24 7:10 p.m.18 views

CVE-2026-57531

Milkdown

5.4CVSS6.2AI score0.00249EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/24 7:8 p.m.29 views

CVE-2026-57530

Milkdown (versions

5.4CVSS6AI score0.00178EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/24 6:56 p.m.31 views

CVE-2026-17107

The CVE describes a flaw in the cluster-proxy service-proxy component used by Red Hat Advanced Cluster Management for Kubernetes (RHACM) and multicluster-engine (MCE). The service-proxy appends impersonation group headers to proxied requests without removing caller-supplied values, and the spoke ...

8.5CVSS5.8AI score0.00346EPSS
SaveExploits0References9
Total number of security vulnerabilities378344