PULSE
LIVE55signals / 24h
FEED
ransomclop reclama a CONTINENTAL.AERO · US · Transportationransomclop reclama a MINDRAY.COM · CN · Healthcareransomincransom reclama a ATMS · IN · Transportationransomthegentlemen reclama a DHC · JP · Not Foundransomthegentlemen reclama a INKA Group GmbH Co · DE · Manufacturingransomthegentlemen reclama a Vitex Pharmaceuticals · Healthcareransomthegentlemen reclama a Mdj Management · Otherransomthegentlemen reclama a Hst · US · Not Foundransomthegentlemen reclama a Groupe BPCE · VN · Financial Servicesransomthegentlemen reclama a Axson Teknik · SE · Manufacturingransomthegentlemen reclama a Ponti · PL · Otherransomthegentlemen reclama a Godollo · HU · Agriculture and Food Productionransomthegentlemen reclama a Hoang Chiropractic Center · US · Healthcareransomthegentlemen reclama a aZaaS · US · Technologyransomclop reclama a CONTINENTAL.AERO · US · Transportationransomclop reclama a MINDRAY.COM · CN · Healthcareransomincransom reclama a ATMS · IN · Transportationransomthegentlemen reclama a DHC · JP · Not Foundransomthegentlemen reclama a INKA Group GmbH Co · DE · Manufacturingransomthegentlemen reclama a Vitex Pharmaceuticals · Healthcareransomthegentlemen reclama a Mdj Management · Otherransomthegentlemen reclama a Hst · US · Not Foundransomthegentlemen reclama a Groupe BPCE · VN · Financial Servicesransomthegentlemen reclama a Axson Teknik · SE · Manufacturingransomthegentlemen reclama a Ponti · PL · Otherransomthegentlemen reclama a Godollo · HU · Agriculture and Food Productionransomthegentlemen reclama a Hoang Chiropractic Center · US · Healthcareransomthegentlemen reclama a aZaaS · US · Technology
CVE Watch356,485 in full archive

Vulnerabilities exploitable today

356,485in current view

Single score combining CVSS, KEV membership and EPSS. Every CVE with its own record — timeline from publication to active exploitation.

In KEV catalog1,661
New KEV · 24H0
Exploit Today ≥ 701,603

Distribution · last window

  • Critical
    2,801
  • High
    11,186
  • Medium
    7,402
  • Low
    702
Filters

Window

Severity

Flags

Vulnerabilities356,441–356,480 · 356,485
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2025-65084.3 MED
0The Swagger UI Try-out console within the API Publisher documentation allows an external Swagger API definition URL to be loaded, overriding the existing API definitions within the Publisher portal. By exploiting this vulnerability, malicious actors can deceive users into interacting with these overwritten API definitions. This could lead to the exposure of sensitive information or the initiation of unintended requests to backend services.15h
CVE-2026-190475.3 MED
0A vulnerability was detected in NocteDefensor LudusMCP up to 1.0.24. This affects the function executeArbitraryCommand/executeCommand of the file src/ludusMCP/cliWrapper.ts of the component ludus_cli_execute. Performing a manipulation of the argument command/args results in command injection. The attack needs to be approached locally. The project was informed of the problem early through an issue report but has not responded yet.21h
CVE-2026-619596.5 MED
0Subscriber Cross Site Scripting (XSS) in Business Directory <= 6.4.24 versions.15h
CVE-2026-714356.1 MED
0Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.74.3 and 6.24.2, the default ("automagic") form notification email rendered user-submitted values without escaping, allowing an unauthenticated form submitter to inject HTML into the notification emails sent to the configured recipients. This issue is fixed in versions 5.74.3 and 6.24.2.15h
CVE-2026-667325.9 MED
0Sonic 3 A.I.R. before commit 2492d18 contains a missing source address validation vulnerability in ConnectionManager where established connections are resolved by a two-byte local connection handle alone without verifying that the datagram source address matches the registered remote address for the connection. An on-path attacker who can observe cleartext UDP traffic can inject arbitrary packets into any established session by forging the two-byte connection identifier, enabling session termination via TerminateConnectionPacket, arbitrary channel message forgery, and forged request responses without requiring IP address spoofing.15h
CVE-2026-158167.5 HIG
0A flaw was found in dracut. The die() error-handling function writes its message into a shell script under the initramfs emergency-hook directory without properly shell-quoting it. When the message contains data derived from the DHCP ROOT_PATH option, an attacker on the adjacent network who controls a rogue DHCP server can inject a command-substitution sequence that executes as root the next time dracut sources its emergency hook scripts during standard boot-failure handling.2h
CVE-2026-190463.3 LOW
0A security vulnerability has been detected in NocteDefensor LudusMCP up to 1.0.24. The impacted element is an unknown function of the file src/tools/ludusEnvironmentGuidesSearch.ts of the component ludus_environment_guides_search. Such manipulation of the argument guide_name leads to path traversal. Local access is required to approach this attack. The project was informed of the problem early through an issue report but has not responded yet.15h
CVE-2026-71560
0Out-of-bounds Read vulnerability in Apache Fory C++ deserialization. This issue affects Apache Fory C++ versions from 0.14.0 before 1.5.0 when deserializing structs containing tagged integer fields. A crafted input payload may trigger an out-of-bounds heap read in the tagged integer fast-path deserializer, potentially causing information disclosure or denial of service. Users are recommended to upgrade to Apache Fory 1.5.0, which fixes this issue. Applications that do not use Apache Fory C++ or do not use tagged integer fields are not affected.3h
CVE-2026-480775.3 MED
0OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.1.0, the GET handler at `/api/tenants/{id}/appointments/{appointmentId}` performs no authorization check before returning the appointment record. Any party who knows or obtains a valid appointment UUID receives the full row, including channel and agent IDs, time and timezone, status, and the AES-GCM ciphertext components (`encryptedPayload`, `iv`, `authTag`, `dataKey`). The same file's DELETE handler calls `checkPermission(locals, tenantId, true)` before allowing deletion. The intent is clear: appointment records are tenant-scoped and require authentication to access. The GET handler is missing the equivalent call. The middleware chain (`apiAuthHandle`, `authGuard`) does not compensate: API paths bypass `authGuard` entirely, and `apiAuthHandle` does not block requests to non-admin paths when no token is present. Version 1.1.0 patches the issue.15h
CVE-2026-58578.1 HIG
0Contiki-NG's MQTT client parse_publish_vhdr() in os/net/app-layer/mqtt/mqtt.c sets topic_len_received=1 before checking topic_len against the 64-byte limit, so an over-length topic returns early but leaves the flag set. On the next TCP segment, tcp_input() re-invokes the parser with topic_received==0, and the persisted topic_len_received==1 skips the length-reading block containing the guard, falling through directly to a memcpy() that uses the unvalidated 16-bit topic_len as the copy length. The 65-byte topic[] destination overruns into adjacent struct fields including the payload_chunk pointer, which subsequent MQTT code dereferences, giving a compromised or attacker-controlled broker an arbitrary-pointer-write primitive. Contiki-NG's MQTT implementation has no TLS support so the connection is plaintext. Impact ranges from information disclosure and denial of service to remote code execution on embedded targets without memory protection.15h
CVE-2026-539769.1 CRI
0OpenChamber 1.11.7 contains a path traversal vulnerability in the file-serving endpoints /api/fs/read, /api/fs/stat, and /api/fs/raw that allows unauthenticated remote attackers to read arbitrary files by supplying the allowOutsideWorkspace=true query parameter alongside an absolute path, bypassing the workspace boundary check in resolveReadPathFromContext. Attackers can exploit the vacuous isPathWithinRoot guard to read sensitive files such as the JWT signing secret, SSH private keys, API credentials, and environment variables, enabling full authentication bypass by forging session cookies on password-protected deployments.21h
CVE-2023-54377
0Rejected reason: Erroneously reserved under wrong year by automation defect; superseded by correct-year CVE.2d
CVE-2023-54375
0Rejected reason: Erroneously reserved under wrong year by automation defect; superseded by correct-year CVE.2d
CVE-2023-54376
0Rejected reason: Erroneously reserved under wrong year by automation defect; superseded by correct-year CVE.2d
CVE-2026-32835
0Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.2d
CVE-2026-51249
0Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.7d
CVE-2026-51250
0Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.7d
CVE-2026-51248
0Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.7d
CVE-2026-51247
0Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.7d
CVE-2026-51246
0Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.7d
CVE-2026-51253
0Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.7d
CVE-2026-54709
0Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2026-54637. Reason: This candidate is a duplicate of CVE-2026-54637. Notes: All CVE users should reference CVE-2026-54637 instead of this candidate.32d
CVE-2025-15065
0.0%
0
CVE-2025-27070
0.0%
0
CVE-2025-20801
0.0%
0
CVE-2026-20415
0.0%
0
CVE-2026-49945
0Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.30d
CVE-2026-62172
0Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2026-61436. Reason: This candidate is a duplicate of CVE-2026-61436. Notes: All CVE users should reference CVE-2026-61436 instead of this candidate.23d
CVE-2026-8055
0Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2026-48866. Reason: This candidate is a reservation duplicate of CVE-2026-48866. Notes: All CVE users should reference CVE-2026-48866 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage.23d
CVE-2026-61710
0Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2026-61453. Reason: This candidate is a duplicate of CVE-2026-61453. Notes: All CVE users should reference CVE-2026-61453 instead of this candidate.23d
CVE-2026-213695.3 MED
0.0%
0Memory Corruption when handling flash commands due to outdated LED count values being used after userspace modification.31d
CVE-2026-62287
0Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2026-61873. Reason: This candidate is a duplicate of CVE-2026-61873. Notes: All CVE users should reference CVE-2026-61873 instead of this candidate.23d
CVE-2025-45764
0.0%
0
CVE-2023-21178
0.0%
0
CVE-2026-16552
0Rejected reason: The reported issue is invalid, as it requires root privileges to reproduce, and it is out of scope of the threat model of the affected component.15d
CVE-2026-32317
0.0%
0
CVE-2026-16312
0Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.18d
CVE-2025-47344
0.0%
0
CVE-2026-43636
0Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.21d
CVE-2025-596106.4 MED
0.0%
0Memory Corruption when processing IOCTL requests with mismatched API versions due to concurrent modification of user-space buffer.16d