Lucene search
K

366532 matches found

CVE
CVE
added 2026/06/09 4:3 p.m.57 views

CVE-2026-42768

The CVE-2026-42768 issue concerns Bleichenbacher-style side-channel attacks against CMS_decrypt() and PKCS7_decrypt() in OpenSSL. The vulnerability arises when processing CMS or S/MIME messages with multiple RecipientInfo entries (KTRI). In variant 1, decryption is attempted without a recipient c...

3.7CVSS5.5AI score0.0035EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.38 views

CVE-2026-42767

The CVE-2026-42767 issue affects the OpenSSL CMP client: processing a CRMF CertRepMessage with EncryptedValue where symmAlg has an OID but no parameters can trigger a NULL pointer dereference, crashing the CMP client and enabling DoS. The vulnerability is due to improper handling during CMP respo...

5.9CVSS5.6AI score0.00349EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.32 views

CVE-2026-42766

The CVE-2026-42766 entry documents a NULL pointer dereference in OpenSSL’s CMS decryption for password-based CMS messages. Specifically, PasswordRecipientInfo.keyDerivationAlgorithm is OPTIONAL and may be absent; OpenSSL’s CMS decryption dereferences this field without checking, triggering an app...

5.9CVSS5.5AI score0.00595EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.39 views

CVE-2026-42764

In OpenSSL’s QUIC server implementation, receiving a QUIC initial packet with an invalid or expired token can trigger a NULL pointer dereference, potentially crashing the server and causing a Denial of Service. The issue occurs when address validation is disabled, specifically when SSL_LISTENER_F...

7.5CVSS5.5AI score0.00684EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.23 views

CVE-2026-42765

CVE-2026-42765 describes a NULL dereference in certificate verification when OCSP response checking is enabled together with partial-chain verification. The issue triggers a crash (Denial of Service) if the verified chain lacks a self-signed trusted anchor, because for the last certificate the is...

7.5CVSS5.6AI score0.00419EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.46 views

CVE-2026-35188

CVE-2026-35188 describes a vulnerability in TLS OCSP stapling where a crafted stapled response delivered via the status_request extension can trigger a double-free in the TLS client’s certificate verification path. Impact: potential heap corruption, with the practical consequence of Denial of Ser...

5CVSS6AI score0.00245EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.95 views

CVE-2026-34183

CVE-2026-34183 affects the OpenSSL QUIC stack’s PATH_CHALLENGE handling. A remote attacker can flood a QUIC client or server with PATH_CHALLENGE frames, causing unbounded heap allocations and potentially Denial of Service. For every PATH_CHALLENGE, the local QUIC stack allocates a PATH_RESPONSE f...

7.5CVSS5.5AI score0.00511EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.194 views

CVE-2026-34182

CVE-2026-34182 describes a vulnerability in CMS AuthEnvelopedData processing in OpenSSL where insufficient input validation on cipher and tag length can allow forged or manipulated messages. Attack scenarios include selecting non-AEAD ciphers (e.g., AES-256-OFB) that bypasses integrity checks and...

9.1CVSS5.5AI score0.00237EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.46 views

CVE-2026-34181

The CVE-2026-34181 issue affects PKCS#12 file processing in OpenSSL where insufficient input validation for PBMAC1 allows forging certificates and private keys. An attacker impersonating a user could cause a service that reads PKCS#12 files to accept forged certificates and keys with about a 1 in...

7.4CVSS5.6AI score0.00196EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.144 views

CVE-2026-34180

CVE-2026-34180 describes a heap buffer over-read in OpenSSL’s DER/ASN.1 content parsing. On 64-bit Unix-like systems, a crafted ASN.1 primitive whose content exceeds 2 GB can cause the decoder to miscalculate content length, potentially leading to a read past the end of the input buffer or a cras...

7.5CVSS5.8AI score0.00513EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.110 views

CVE-2026-9076

CVE-2026-9076 describes a heap out-of-bounds read in the OpenSSL CMS password-based decryption flow (RFC 3211 PWRI key unwrap). When processing attacker-supplied CMS data, using a stream-mode KEK cipher chosen via the PWRI keyEncryptionAlgorithm, the check-byte guard can be bypassed, causing a bu...

7.5CVSS5.7AI score0.00297EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2026/06/09 4:3 p.m.55 views

CVE-2026-7383

The CVE concerns OpenSSL’s ASN1 mbstring handling (functions ASN1_mbstring_copy() and ASN1_mbstring_ncopy()). A signed integer overflow in sizing the destination buffer for Unicode output can cause a heap buffer overflow, potentially crashing a process or enabling attacker-controlled code executi...

8.1CVSS6.3AI score0.00358EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2026/06/09 4:2 p.m.14 views

CVE-2026-49842

CVE-2026-49842 - FreeSWITCH mod_verto pre-auth bandwidth amplification : Before v1.11.1, FreeSWITCH’s mod_verto WebSocket frame loop processed a #-prefixed speed-test protocol (#SPU/#SPB/#SPE) prior to authentication. The payload size in #SPU was parsed with atoi() and non-positive values were re...

7.5CVSS5.4AI score0.00449EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 4:2 p.m.24 views

CVE-2026-49841

FreeSWITCH is affected by a pre-authentication heap overflow in the mod_verto HTTP POST body read. Before version 1.11.1, the mod_verto HTTP request handler allocates a fixed 2 MiB buffer for application/x-www-form-urlencoded bodies but accepts Content-Length up to just under 10 MiB. The body-rea...

9.8CVSS5.7AI score0.00394EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 4:0 p.m.25 views

CVE-2026-49840

CVE-2026-49840 affects FreeSWITCH libesl before version 1.11.1. The flaw occurs in esl_recv_event(): Content-Length is parsed with atol() and the result is passed to malloc(len + 1) without sign or magnitude checks, allowing a pre-authentication, remote attacker to corrupt the heap or crash the p...

9.1CVSS5.4AI score0.0031EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 4:0 p.m.17 views

CVE-2026-49475

FreeSWITCH (core STUN attribute parsing) is affected. Prior to version 1.11.0, a STUN packet whose declared attribute length is shorter than the structure the parser casts to can cause an out-of-bounds read/write on the per-leg media buffer. The issue has been patched in version 1.11.0. The CVE’s...

7.5CVSS5.4AI score0.00278EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 3:59 p.m.14 views

CVE-2026-49472

CVE-2026-49472 affects FreeSWITCH (pre-1.11.0). The issue is a vulnerable PREFIX(prologTok)() in libs/xmlrpc-c/lib/expat/xmltok/xmltok_impl.c, cloned from an outdated libexpat lacking a security patch. Root cause: missing patch in the referenced expat-derived code. Impact: potential network-expos...

5.3CVSS5.4AI score0.00223EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 3:51 p.m.22 views

CVE-2026-45771

FreeSWITCH (before version 1.11.0) is vulnerable to a Denial-of-Service via its bundled XML parser, which expands nested declarations without a bound, allowing an unauthenticated attacker to drive unbounded CPU/memory usage by sending a crafted SIP PUBLISH PIDF body. The issue arises because the...

7.5CVSS5.4AI score0.00343EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.24 views

CVE-2026-9212

NETGEAR devices listed (e.g., R6700AX, LBR1020, RBR20, RBS10, RAX120v2, RAX70, RAX36S, RBS50, R9000, RAX120, RBR50, XR500, RAX78, XR450, RBR10, R7800, RBS350, RBS20, RBR40, RBS40, RAX10, LBR20, RBR350) have an issue described as insufficient authentication and input validation. This allows users ...

8.3CVSS5.7AI score0.0027EPSS
Exploits0References24Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.13 views

CVE-2026-0420

The CVE-2026-0420 entry describes an improper TLS certificate validation in NETGEAR’s ReadyCloud client app, enabling potential attacker-in-the-middle (MiTM) attacks that compromise confidentiality. Affected component: ReadyCloud client app; root cause: missing/incorrect TLS certificate validatio...

8.2CVSS5.4AI score0.00135EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.24 views

CVE-2026-0411

CVE-2026-0411 describes a vulnerability in NETGEAR Orbi satellites where a user connected to the network could gain administrator access to the Orbi router. Affected are certain Orbi satellite models; Orbi WiFi Systems without satellite devices are not impacted. The CVSS-like data indicates adjac...

8CVSS5.4AI score0.00278EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.13 views

CVE-2026-0414

NETGEAR RBE970 has a CVE-2026-0414 vulnerability described as an insuff icient input validation that lets authenticated administrators on the local network make unauthorized modifications to router software and functionality. Affected product: NETGEAR RBE970. Impact: modification of software and ...

6.8CVSS5.4AI score0.00168EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.20 views

CVE-2026-0415

CVE-2026-0415 affects certain NETGEAR Orbi routers where insufficient input validation by the device allows authenticated administrators on the local network to modify router software and functionality without authorization. The description specifies that the vulnerability arises from input valid...

6.8CVSS5.4AI score0.00229EPSS
Exploits0References14Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.15 views

CVE-2026-0418

CVE-2026-0418 concerns NETGEAR devices where insufficient configuration management allows authenticated administrators on the local network to tamper with the system. The available description notes this is related to local-authenticated access and tampering capability, with a CVSS 4.0 base score...

6.8CVSS5.4AI score0.00245EPSS
Exploits0References36Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.21 views

CVE-2026-0413

The CVE-2026-0413 entry covers a buffer overflow caused by insufficient input validation in certain NETGEAR Nighthawk routers. Affected: NETGEAR Nighthawk models referenced in the entry (routers listed in the references). Vulnerable condition: buffers not properly validated, enabling an authentic...

6.8CVSS5.8AI score0.00323EPSS
Exploits0References15Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.19 views

CVE-2026-0417

The CVE affects NETGEAR devices where the vulnerability arises from insufficient input validation in certain routers. The root cause is input validation issues that allow authenticated administrators connected to the local network to tamper with the router’s integrity. Reported impact centers on ...

6.8CVSS5.4AI score0.00229EPSS
Exploits0References28Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.17 views

CVE-2026-9210

CVE-2026-9210 involves an insufficient input validation vulnerability in NETGEAR routers where listed NETGEAR models allow authenticated administrators on the local network to make unauthorized modifications to router software and functionality. The underlying issue is improper input handling tha...

7.1CVSS5.5AI score0.00216EPSS
Exploits0References32Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.20 views

CVE-2026-9211

Technical details (affected products, root cause, versions, and precise impact) are not publicly available in the provided documents. Monitor for updates.

8.8CVSS5.5AI score0.00235EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.16 views

CVE-2026-3088

CVE-2026-3088 affects certain Netgear routers (e.g., RBSE950, RBS860, RBSE960, RBR860, RBRE960, RBRE950) where unauthenticated adjacent attackers can disrupt router availability by sending specially crafted requests. Root cause details are not specified in the provided documents. CVSS metrics ind...

7.1CVSS5.5AI score0.00357EPSS
Exploits0References7Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.13 views

CVE-2026-0416

CVE-2026-0416 affects Netgear RAXE450 and RAXE500 routers. Authenticated administrators on the local network can modify router functionality beyond what is intended via the standard management interface. Documented CVSS shows adjacent access, high privileges, no user interaction, and integrity im...

6.8CVSS5.4AI score0.0018EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.20 views

CVE-2026-9213

CVE-2026-9213 affects NETGEAR gaming routers. The issue stems from insufficient input validation, enabling an attacker who can intercept traffic between the router and the Internet to execute code on the device. Documented impact includes high confidentiality and integrity impact with network-exp...

9.1CVSS5.8AI score0.00397EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.16 views

CVE-2026-0419

CVE-2026-0419 describes insufficient input validation in NETGEAR JR6150 (AC750 WiFi Router, 802.11ac, dual-band; released 2014) that allows users on the local Wi‑Fi to execute operating system commands. The device is End-of-Support since 2018 with no planned security updates. The advisory notes t...

8CVSS5.6AI score0.00289EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 3:50 p.m.24 views

CVE-2026-0412

CVE-2026-0412 relates to the NETGEAR JR6150 Web UI and is described as an insufficient input validation vulnerability. The affected device is the NETGEAR JR6150 (AC750 WiFi Router, 2014 release) and the description states that administrators connected to the local network can make unauthorized mo...

6.8CVSS5.4AI score0.00153EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 3:41 p.m.17 views

CVE-2026-0410

CVE-2026-0410 affects certain NETGEAR routers. The issue is insufficient input validation that allows authenticated administrators on the local network to gain elevated access and make unauthorized changes to router software and functionality. The provided documents describe the affected conditio...

5.7CVSS5.5AI score0.00219EPSS
Exploits0References20Affected Software1
CVE
CVE
added 2026/06/09 3:41 p.m.27 views

CVE-2026-28301

Technical specifics (affected products, versions, root cause, exploitability, mitigations) are not provided in the connected documents. Monitor for updates.

4.8CVSS5.5AI score0.0021EPSS
Exploits0References3
CVE
CVE
added 2026/06/09 3:39 p.m.12 views

CVE-2026-0409

Summary: CVE-2026-0409 affects NETGEAR Orbi 370 series devices prior to version 12.1.2.7. A remote attacker who can intercept and tamper with traffic between the router and the Internet can trigger a remote command execution when the device administrator performs certain management actions. This ...

7.5CVSS5.5AI score0.00256EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/06/09 2:58 p.m.21 views

CVE-2026-49948

CVE-2026-49948 affects Mem0 versions up to 0.2.8 (fixed in commit ae7f406) where the self-hosted server’s POST /configure endpoint can modify global LLM provider and embedder configuration without validating the caller’s role. Authentication via JWT or distributed API key is insufficient, allowin...

8.6CVSS5.5AI score0.0029EPSS
Exploits0References5
CVE
CVE
added 2026/06/09 2:50 p.m.26 views

CVE-2026-24065

Waves Central for macOS (versions 13.0.9–16.5.5) contains a local privilege escalation in the privileged helper service. The helper validates connecting XPC clients by examining the client PID to verify code-signing identity. Since PIDs can be reused, an attacker can race between connection and v...

8.1CVSS6.1AI score0.00323EPSS
Exploits1References2
CVE
CVE
added 2026/06/09 2:47 p.m.17 views

CVE-2026-24064

Waves Central for macOS (versions 13.0.9–16.5.5) contains a local privilege escalation due to a trusted XPC client component signed with hardened runtime entitlements that allows dynamic library injection via DYLD_INSERT_LIBRARIES. An attacker can inject code into the trusted process at launch, w...

7.8CVSS6.2AI score0.00151EPSS
Exploits1References1
CVE
CVE
added 2026/06/09 2:41 p.m.18 views

CVE-2026-8045

CVE-2026-8045 describes a CWE-611 XML External Entity (XXE) vulnerability in a SOAP service endpoint that can disclose server-side file contents when a crafted XML payload is submitted by a Data Center Expert user. The affected behavior involves parsing user-supplied XML leading to information di...

7.1CVSS5.5AI score0.00233EPSS
Exploits0References1Affected Software1
CVE
CVE
added 2026/06/09 2:31 p.m.28 views

CVE-2026-8025

CVE-2026-8025 is an SQL injection vulnerability in MOSK Information Technologies Ltd. CBS Platform (through 09062026). The issue stems from improper neutralization of special elements in SQL commands, enabling potential unauthorized access or data exposure. Affected component: CBS Platform (MOSK)...

9.8CVSS5.6AI score0.00275EPSS
Exploits0References1
CVE
CVE
added 2026/06/09 2:30 p.m.39 views

CVE-2026-10727

Ivanti EPMM (Ivanti Endpoint Manager/Mobile EPMM) is affected by an OS command injection in versions before 12.9.0.1, 12.8.0.3, and 12.7.0.2. A remote authenticated attacker can execute arbitrary commands as root. The CVSS (3.1) vectors indicate network access, high impact on confidentiality, int...

7.2CVSS6AI score0.01634EPSS
Exploits0References1
CVE
CVE
added 2026/06/09 2:27 p.m.41 views

CVE-2025-67862

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

6.7CVSS5.6AI score0.00144EPSS
Exploits0References1Affected Software1
CVE
CVE
added 2026/06/09 2:27 p.m.107 views

CVE-2026-25089

CVE-2026-25089 is an OS command injection affecting FortiSandbox family (FortiSandbox 5.0.0–5.0.5, 4.4.0–4.4.8, 4.2.x; Cloud 5.0.4–5.0.5; PaaS 5.0.4–5.0.5) via unauthenticated crafted HTTP requests. Root cause: improper neutralization of special elements in OS commands. Impact: remote command exe...

9.8CVSS5.7AI score0.23393EPSS
In wildExploits0References1Affected Software3
CVE
CVE
added 2026/06/09 2:27 p.m.31 views

CVE-2026-49938

Fortinet FortiPortal is affected by an improper access control vulnerability (CVE-2026-49938) impacting FortiPortal versions 7.4.0–7.4.7, 7.2.0–7.2.8, and all 7.0 versions. The issue is described as improper access control with an attack vector placeholder, indicating a possible exposure where an...

6.5CVSS5.4AI score0.00201EPSS
Exploits0References1Affected Software1
CVE
CVE
added 2026/06/09 2:16 p.m.33 views

CVE-2026-10523

Technical details are not publicly available in the provided documents. Monitor for updates.

9.9CVSS5.7AI score0.4719EPSS
Exploits3References1Affected Software1
CVE
CVE
added 2026/06/09 2:10 p.m.123 views

CVE-2026-10520

Ivanti Sentry (formerly MobileIron Sentry) is affected by CVE-2026-10520, an OS Command Injection vulnerability that allows an unauthenticated remote attacker to execute arbitrary commands as root. The issue resides in the ConfigServiceController via the unauthenticated POST to /mics/api/v2/sentr...

10CVSS6.3AI score0.98937EPSS
In wildExploits4References3Affected Software1
CVE
CVE
added 2026/06/09 2:4 p.m.34 views

CVE-2026-49762

The CVE affects Elixir’s standard library Version module (Version.parse/1, parse!/1, parse_requirement/1, match?/3, compare/2). A numeric component in version strings is converted to integers without bounds, enabling an attacker to cause CPU and memory exhaustion (DoS) by supplying a large all-di...

5.1CVSS5.5AI score0.00152EPSS
Exploits0References4
CVE
CVE
added 2026/06/09 1:23 p.m.16 views

CVE-2026-47901

CVE-2026-47901 affects Logseq. The issue is a sandbox escape: plugins running in sandboxed iframes can inject arbitrary HTML attributes (including event handlers) into the host DOM container. A disabled Content Security Policy (CSP) enables a malicious plugin to execute arbitrary JavaScript in th...

4.6CVSS5.8AI score0.00139EPSS
Exploits0References2
CVE
CVE
added 2026/06/09 1:23 p.m.18 views

CVE-2026-47900

Affected software: Logseq. Vulnerability: Stored XSS in which a malicious plugin can place a JavaScript payload in the name field of its package.json, rendered via innerHTML without sanitization, allowing code execution in privileged host context. Versions/impact: Only v0.10.15 was tested and con...

4.6CVSS5.7AI score0.00139EPSS
Exploits0References2
Total number of security vulnerabilities366532