378534 matches found
CVE-2026-64550
The CVE-2026-64550 entry concerns the Linux kernel Qualcomm rmnet component. The vulnerability arises when ingress deaggregation is disabled: rmnet_map_ingress_handler() forwards frames without length validation, causing the MAP header and checksum/trailer to be dereferenced based on on-wire pkt_...
CVE-2026-64548
The CVE-2026-64548 vulnerability affects the Linux kernel’s BPF/sockmap path. A truncation can occur in bpf_msg_push_data when the scatterlist ring is full or nearly full: len (from BPF ARG_ANYTHING) and copy size are both u32, and the code path uses copy + len to compute a page allocation. An at...
CVE-2026-64549
CVE-2026-64549 involves the Linux kernel Bluetooth BPA10x path (bpa10x_setup). The code reads a response from vendor command 0xfc0e as a string using a plain "%s" starting at skb->data + 1, which can read past the end if the device returns a short or unterminated payload. This leads to OOB rea...
CVE-2026-64546
CVE-2026-64546 is a Linux kernel vulnerability in drm/edid that allows a heap out-of-bounds read in drm_parse_tiled_block() when parsing a crafted EDID tiled block. The root cause is casting a DisplayID block to a struct displayid_tiled_block and reading the fixed layout up to tile->topology_i...
CVE-2026-64547
CVE-2026-64547 affects the Linux kernel net1080 USB network driver. The issue arises when an even packet_len is processed by net1080_rx_fixup: it reads the pad byte at skb->data[packet_len] before verifying skb->len, with packet_len only bounded by NC_MAX_PACKET, enabling a malicious NetChi...
CVE-2026-64545
The CVE-2026-64545 issue is in the Linux kernel’s XDP path: xdp_master_redirect() dereferences the result of netdev_master_upper_dev_get_rcu() without checking for NULL. The helper can return NULL when the receiving device has no upper-master adjacency, and a race window during bond slave release...
CVE-2026-64544
CVE-2026-64544 affects the Linux kernel’s crypto: asymmetric_keys path, specifically pefile_digest_pe_contents. The vulnerability arises when calculating the trailing-data hash length as pelen - (hashed_bytes + certs_size); a crafted PE could make the addition overflow the pelen, causing an unsig...
CVE-2026-64543
CVE-2026-64543 — Linux TIPC use-after-free fixed . The vulnerability occurs in tipc_disc_rcv() where the discoverer object is freed with kfree while still referenced under an RCU read-side critical section, allowing a local unprivileged user to crash the system via TIPCv2 genl interactions. The f...
CVE-2026-64542
Summary: CVE-2026-64542 in the Linux kernel fixes a NULL dereference in IPv6 neighbor discovery. The vulnerable path occurs in accept_untracked_na(), which re-fetches inet6_dev via __in6_dev_get(dev) and accesses idev->cnf.accept_untracked_na without a NULL check, despite ndisc_recv_na() havin...
CVE-2026-64541
The CVE-2026-64541 issue affects the Linux kernel SMC-R stack (net/smc) and is caused by a UAF in smc_cdc_rx_handler() when the socket is freed while a connection is still discoverable. The description states that smc_cdc_rx_handler() looks up the connection by token under conns_lock, releases th...
CVE-2026-64539
Linux kernel Bluetooth EIR code (eir_create_adv_data) has a stack-based OOB write vulnerability when prepending a 3-byte Flags AD to advertising data in a fixed-size 31-byte legacy buffer. If adv_data_len approaches the limit and the Flags structure is not fully accommodated, the code can memcpy ...
CVE-2026-64540
The CVE-2026-64540 issue affects the Linux kernel usbnet driver for GeneLink GL620A. A vulnerability in genelink_rx_fixup() could allow an out-of-bounds read by splitting an aggregated RX frame and using per-packet lengths that aren’t checked against the received data, enabling a malicious GL620A...
CVE-2026-64537
The CVE-2026-64537 issue affects the Linux kernel bridge subsystem (CFM) where cfm_tx_work_expired() re-arms with interval_to_us() using exp_interval. If exp_interval is BR_CFM_CCM_INTERVAL_NONE or out of range, interval_to_us() returns 0, causing the worker to run immediately in a tight loop and...
CVE-2026-64538
CVE-2026-64538 concerns a Linux kernel vulnerability where fib6_nh_mtu_change() dereferences idev->cnf.mtu6 after re-fetching idev with __in6_dev_get(arg->dev) without a NULL check. This can occur because addrconf_ifdown() clears dev->ip6_ptr after tb6_lock is released, allowing an RA-dr...
CVE-2026-12001
The CVE-2026-12001 entry describes a hardcoded credential vulnerability in the firmware of multiple TP-Link routers (TL-WR845N v4, TL-WR850N v3, Archer C20 v6, Archer MR200 v5). The credential material is embedded in a password file within the firmware image and can be recovered through firmware ...
CVE-2026-59730
CVE-2026-59730 affects the Astro ecosystem via the @astrojs/node standalone server. In versions 8.1.0–11.0.1, with trailingSlash: 'always', the static file handler could mishandle paths starting with a backslash (/), echoing the raw path in the Location header of a 301 redirect. Because browsers ...
CVE-2026-66824
CVE-2026-66824 is a stored XSS vulnerability in the capture tree visualization page. The app embeds the serialized capture tree directly into an inline JavaScript block via the Jinja safe filter. Attackers can craft values from captured content that terminate the [removed] tag and inject arbitrar...
CVE-2026-59728
CVE-2026-59728 (astrojs/rss) affects Astro versions 1.0.0–4.0.18 where source.title and enclosure.type are interpolated into XML without escaping in packages/astro-rss/src/index.ts, then parsed by fast-xml-parser. This allows an attacker-controlled value to inject arbitrary XML into the generated...
CVE-2026-65922
Technical details for CVE-2026-65922 are not publicly provided in the supplied documents; monitor for updates.
CVE-2026-65923
The CVE-2026-65923 entry documents a URL validation weakness in JFrog Artifactory Ansible repository handling that could, under specific repository access conditions, trigger unintended server-side requests. Affected component: Artifactory’s Ansible repository handling (details align with Artifac...
CVE-2026-59727
CVE-2026-59727 (Astro): In versions 3.10.0–7.0.3, unescaped values copied from transition:persist, transition:scope, or transition:persist-props into the rendered element enable reflected XSS if an attacker-controlled input is reflected into these directives. The issue arises when untrusted inpu...
CVE-2026-59729
CVE-2026-59729 affects Astro versions prior to 7.0.6, where unescaped spread attribute names in renderHTMLElement can lead to XSS in SSR when rendering a native HTMLElement-subclass component. The root cause is an inline attribute loop in renderHTMLElement that interpolates attribute names withou...
CVE-2026-65617
Technical details (affected component, exact root cause, affected versions, exploitability) are not publicly provided in the supplied documents. Monitor for updates.
CVE-2026-65924
JFrog Artifactory's Terraform remote repository support is affected by a Server-Side Request Forgery (SSRF) vulnerability. An authenticated user, or an unauthenticated user if anonymous access is enabled, can cause Artifactory to issue outbound HTTP requests to arbitrary destinations and receive ...
CVE-2026-65925
CVE-2026-65925 describes a Server-Side Request Forgery (SSRF) in JFrog Artifactory when using the Cargo remote repository. A user with read access to the Cargo remote repository could cause Artifactory to request unintended URLs and return the response. The CVSS 3.1 vector is NETWORK, PRIVILEGES ...
CVE-2026-65616
The provided documents describe CVE-2026-65616 as an incorrect authorization validation in the refresh token signature that allows non-admin users to obtain a signed JFrog administrator token. This indicates a privilege escalation risk tied to the token signing/validation flow in the JFrog produc...
CVE-2026-66015
CVE-2026-66015 /JFrog Platform: An authenticated privilege-escalation via an authorization flaw under admin-provisioned accounts could grant temporary platform administrator access. Documented as an authenticated threat with HIGH impact (confidentiality, integrity, availability). No specific expl...
CVE-2026-65618
CVE-2026-65618 describes an SSRF risk in JFrog Artifactory due to improper URL validation when handling certain URLs. The vulnerability could allow an attacker to cause unauthorized requests from Artifactory, potentially exposing internal services and cached response data. Affected component is A...
CVE-2026-66018
CVE-2026-66018 affects JFrog Artifactory: Build readers can access another repository's environment properties by selecting a readable repository parameter when retrieving environment properties for a protected build, exposing build environment secrets. Impact is confidentiality only (no integrit...
CVE-2026-66014
Technical details (affected product versions, root cause specifics, impact scope, and fixes) are not publicly available in the provided documents. Monitor for updates from official advisories and vendor communications.
CVE-2026-64649
Next.js SSRF vulnerability CVE-2026-64649 affects Next.js versions 14.1.1–15.5.20 and 16.0.0–16.2.10 when a Server Action forwards or redirects a request. An attacker who can control Host-related headers can cause the server to send outbound requests to a malicious host, via Server Actions on cus...
CVE-2026-56748
Cribl Stream (before 4.18.2) is affected by an improper validation of symbolic links in the Pack Git import feature. A remote authenticated attacker with Pack import and pipeline preview permissions can trigger arbitrary code execution as the Cribl server process by delivering a crafted Git repos...
CVE-2026-65921
Technical details, including affected product/version, root cause, and remediation, are not publicly available in the provided documents; monitor for updates.
CVE-2026-42017
Technical details (affected products/versions, root cause, exploitability) are not publicly available in the provided documents. Monitor for updates from official advisories.
CVE-2026-56747
Cribl Stream before 4.18.2 is affected by an improper control of code generation in the JSON Pointer-to-accessor compiler. The vulnerability allows a remote authenticated attacker with edit privileges to execute arbitrary JavaScript on the server via a crafted database connection identifier or pa...
CVE-2026-42016
Affected software : JFrog Artifactory (Self Hosted), prior to version 7.133.11. Vulnerability : Incorrect validation of the user token allows privilege escalation; the underlying issue is validating the token signature/issuer rather than the token’s scope. Impact : Privilege escalation with high ...
CVE-2026-64648
CVE-2026-64648 — Next.js server-side fetch body cache confusion . The issue affects Next.js versions 12.0.0–15.5.20 and 16.0.0–16.2.10, where a server-side fetch with a request body can cause a cached response body from a different request to the same URL to be returned, leaking confidential data...
CVE-2026-16481
CVE-2026-16481 affects the cloud-healthcare-fhir-fetch-page tool in googleapis/mcp-toolbox. The vulnerability is a Server-Side Request Forgery (SSRF) that also exfiltrates credentials. The tool accepts an unvalidated pageURL and issues an HTTP GET via an authenticated client, with the transport a...
CVE-2026-12383
The CVE-2026-12383 entry describes a flaw in the Event-Driven Ansible (EDA) server where ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny] , authentication_classes=[] ), relying solely on the Subject header for mTLS authentication and not validating that th...
CVE-2026-66759
The CVE-2026-66759 vulnerability affects GIMP’s file-icns plugin. During ICNS image processing, applying a decompressed mask may cause an out-of-bounds read when the plugin reads the mask data buffer without verifying cursor bounds. If a crafted file contains a truncated mask resource, the icns_d...
CVE-2026-64647
Summary: Next.js versions affected include 12.0.0–15.5.20 and 16.0.0–16.2.10. A server-side fetch with a request body can return a cached response body from a different request to the same URL when the request body uses a non-UTF-8 charset, causing confidential data in the POST response to leak t...
CVE-2026-66757
The CVE-2026-66757 issue affects the GIMP file-sgi plugin. Processing an RLE SGI image can trigger a signed integer overflow when reading header dimensions (ysize and zsize). If both are set to 65535, ysize * zsize overflows a 32-bit int prior to calloc, causing undefined behavior that aborts the...
CVE-2026-66758
CVE-2026-66758 affects GIMP’s file-fits plugin, where the cfitsio-based code uses signed 32-bit integer math for width/height. If a crafted FITS image sets both values large enough, their product overflows 32 bits, causing an undersized heap allocation and a subsequent heap-based buffer overflow ...
CVE-2026-64646
CVE-2026-64646 affects Next.js versions 13.0.0–15.5.20 and 16.0.0–16.2.10 where App Router Server Actions running in the Edge runtime can cause unbounded memory growth from oversized Server Action payloads. Impact is excessive memory consumption; fix is upgrade to Next.js 15.5.21 or 16.2.11 (or l...
CVE-2026-17612
The CVE-2026-17612 affects Honeywell S35 Series cameras (3M/5M/8M/PinHole) with firmware versions up to HC5.26.1.14.20260207. The vulnerability enables an unauthenticated attacker to access audit logs, potentially exposing sensitive information. Attack vector is NETWORK with low attack complexity...
CVE-2026-10682
CVE-2026-10682 describes an out-of-bounds read/write in Zephyr’s userspace verifier for the log_filter_set syscall. The signed comparison src_id < (int16_t)log_src_cnt_get(domain_id) allowed a negative src_id (e.g., -1) to pass, which after 32‑bit sign-to-unsigned conversion becomes 0xFFFFFFFF...
CVE-2026-10683
The CVE-2026-10683 issue affects the Synopsys DesignWare I2C driver (drivers/i2c/i2c_dw.c) in target/slave mode. The rx_full interrupt path gates write_requested() when dw->state != CMD_SEND, and the state is only reset to READY on STOP. START_DET, which would reset state on each (re)START, wa...
CVE-2026-66031
The vulnerability CVE-2026-66031 affects Ekushey Project Manager CRM version 5.0. It is a stored cross-site scripting (XSS) flaw triggered by malicious payloads entered into the Reply Ticket field, executable in the browser sessions of Staff or Administrator users when they view the Support Ticke...
CVE-2026-66030
CVE-2026-66030: Ekushey Project Manager CRM (version up to 5.0) contains a stored XSS vulnerability. Authenticated client users can inject HTML/JavaScript into the Ticket Title field on the Create New Ticket page; crafted scripts are stored and may execute in browser sessions of Staff or Administ...
CVE-2026-17552
CVE-2026-17552 affects Plack::App::Prerender for Perl prior to 0.3.0. The flaw arises from unvalidated REQUEST_URI concatenation when the rewrite base is a plain string or lacks a path, allowing an attacker to alter the hostname (e.g., via a request like GET @192.168.1.2/) and proxy requests to i...