CRITICAL severity

61 records · 32 with a public proof-of-concept

CVSS 9.0–10.0. Exploitation typically yields full compromise with little or no user interaction.

  1. CRITICAL 10CVE-2026-16940

    The Custom Fields WordPress plugin before 1.5.1 does not validate a user-supplied file path before deletion, allowing unauthenticated users to delete arbitrary files on the server (such as wp-config.php), which can lead to a full site takeover.

    AI risk analysis on Exploit-DB.ai →

  2. CRITICAL 9.9CVE-2026-71268public PoC

    OpenPLC Runtime v3's compile_program function (webserver/openplc.py) parses directives from uploaded Structured Text (.st) program files and writes the referenced content to with no validation that file_path stays within the ./core directory. A path-validation

    AI risk analysis on Exploit-DB.ai →

  3. CRITICAL 9.9CVE-2026-10090

    A flaw was found in the Application Subscription controller (multicluster-operators-subscription) of Red Hat Advanced Cluster Management for Kubernetes (ACM). A user with namespace-scoped "edit" privileges in an ACM hub namespace can create a Channel resource

    AI risk analysis on Exploit-DB.ai →

  4. CRITICAL 9.8CVE-2026-71289public PoC

    The NASA-AMMOS Asynchronous Network Management System (ANMS) reference implementation's default docker-compose.yml publishes the amp-manager service's REST API directly to the host network interface (port 8089, e.g. ":8089/tcp") with cap_add: NET_ADMIN, NET_RA

    AI risk analysis on Exploit-DB.ai →

  5. CRITICAL 9.8CVE-2026-71278public PoC

    rust-iot-platform allows creating a "calc rule" via POST /calc-rule/create (api/src/controller/calc_rule_router.rs) containing an arbitrary field. This route does not take the AuthToken request guard used elsewhere in the application, making it reachable witho

    AI risk analysis on Exploit-DB.ai →

  6. CRITICAL 9.8CVE-2026-71267public PoC

    microtar's mtar_write_file_header and mtar_write_dir_header functions (src/microtar.c) copy a caller-supplied entry name into the 100-byte field of a stack-allocated mtar_header_t via strcpy(h.name, name), with no check that strlen(name) is less than 100 befor

    AI risk analysis on Exploit-DB.ai →

  7. CRITICAL 9.8CVE-2026-71262public PoC

    IoTSharp BlobStorageController.cs lacks the [Authorize] attribute applied to every other controller in the application (DevicesController, CustomersController, TenantsController, etc.), and no global authorization FallbackPolicy is configured in Startup.cs, le

    AI risk analysis on Exploit-DB.ai →

  8. CRITICAL 9.8CVE-2026-71256public PoC

    nanoMODBUS through v1.23.0 contains an out-of-bounds stack read leading to a wild-pointer write in nmbs_read_device_identification_basic / recv_read_device_identification_res in nanomodbus.c. A fixed 3-element stack array order[3] = {0,1,2} maps object IDs to

    AI risk analysis on Exploit-DB.ai →

  9. CRITICAL 9.8CVE-2026-71254public PoC

    nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus server-side handle_read_file_record function (FC 0x14, Read File Record) in nanomodbus.c. The function validates that the total request size does not exceed 245 bytes and that each sub-re

    AI risk analysis on Exploit-DB.ai →

  10. CRITICAL 9.8CVE-2026-71248public PoC

    Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: = "select * from user where email = '' and password = ''", with no escaping or parameterization, allowing authentication byp

    AI risk analysis on Exploit-DB.ai →

  11. CRITICAL 9.8CVE-2026-71237public PoC

    Miantang/IoT-PHP's index.php implements a POST /userlogin route that reads the password directly from ['pwd'] with no sanitization and concatenates it into a raw SQL string: mysql_query("select * from userlists where username='' and password='' limit 1"). An u

    AI risk analysis on Exploit-DB.ai →

  12. CRITICAL 9.8CVE-2026-71231public PoC

    IOTSmartHome's gui/login.php checkCookie function builds an authentication query as SELECT * FROM users WHERE ID='<decoded lastLogin cookie>' after base64-decoding the client-supplied lastLogin cookie via safe_decode, which performs URL-safe base64 decoding wi

    AI risk analysis on Exploit-DB.ai →

  13. CRITICAL 9.8CVE-2026-66747public PoC

    Zbtlink router firmware ships an embedded remote-control implant, ENDLESSDOORS, present in every published build across the product line. It is the open-source ycsunjane/rctl tool built in as an OpenWrt package (librctl.so), started at boot and run as root und

    AI risk analysis on Exploit-DB.ai →

  14. CRITICAL 9.8CVE-2026-71214public PoC

    The Aerie/PlanDev sequencing-server's authorization middleware (sequencing-server/src/app.ts) derives the caller's Hasura session role via getHasuraSession, which prefers a session_variables object taken directly from the client-supplied JSON request body over

    AI risk analysis on Exploit-DB.ai →

  15. CRITICAL 9.8CVE-2026-71207public PoC

    The Stock-Inventory-Management-System application's login.php assigns raw username/password values to and builds its authentication query by directly concatenating those session values into a SQL statement with no parameterization or escaping. The same script

    AI risk analysis on Exploit-DB.ai →

  16. CRITICAL 9.8CVE-2026-64566

    In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: propagate SKBFL_SHARED_FRAG in iptfs_skb_add_frags() When iptfs_skb_add_frags() copies frag references from the source frag walk into a new SKB, it increments the page reference

    AI risk analysis on Exploit-DB.ai →

  17. CRITICAL 9.8CVE-2026-61486

    ** UNSUPPORTED WHEN ASSIGNED ** Stack-based Buffer Overflow vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an al

    lucy

    AI risk analysis on Exploit-DB.ai →

  18. CRITICAL 9.8CVE-2026-61484

    ** UNSUPPORTED WHEN ASSIGNED ** Deserialization of Untrusted Data vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find

    lucy

    AI risk analysis on Exploit-DB.ai →

  19. CRITICAL 9.8CVE-2026-70554public PoC

    MaxSite CMS contains a PHP object injection vulnerability that allows unauthenticated attackers to execute arbitrary code by passing attacker-controlled serialized data in the maxsite_comuser cookie directly to unserialize() without validation or class allowli

    AI risk analysis on Exploit-DB.ai →

  20. CRITICAL 9.8CVE-2026-66902public PoC

    Google::Auth versions before 0.06 for Perl run a command named in an external_account credentials JSON via an ungated system call. The Pluggable subclass reads credential_source.executable.command from the credentials JSON and runs it as `system($command)`, a

    AI risk analysis on Exploit-DB.ai →

  21. CRITICAL 9.8CVE-2026-45538public PoC

    OpenSIPS is a Session Initiation Protocol (SIP) server implementation. In versions 4.0.0 and prior, processing a SIP message with a header name longer than 255 bytes causes a stack buffer overflow when sip_to_json() is called in the routing script. Function si

    AI risk analysis on Exploit-DB.ai →

  22. CRITICAL 9.8CVE-2026-70553public PoC

    MaxSite CMS contains a remote code execution vulnerability that allows unauthenticated attackers to inject arbitrary PHP code into the application configuration file by submitting crafted POST requests to the install endpoint after installation is complete. At

    AI risk analysis on Exploit-DB.ai →

  23. CRITICAL 9.8CVE-2026-70552public PoC

    MaxSite CMS 109.5 and earlier contains an authentication bypass vulnerability in the AJAX dispatcher that allows unauthenticated attackers to access admin-gated endpoints by supplying any X-Requested-With header and requesting a base64-encoded path resolving t

    AI risk analysis on Exploit-DB.ai →

  24. CRITICAL 9.8CVE-2026-69703public PoC

    Atlas-Livre contains an improper access control vulnerability in the admin controllers under Espace_admin/controleur/ that allows unauthenticated attackers to bypass session-based authentication guards by sending raw HTTP requests that ignore redirects. Attack

    AI risk analysis on Exploit-DB.ai →

  25. CRITICAL 9.8CVE-2026-49435

    Keysight IxChariot Endpoint and associated products contain a stack-based buffer overflow. An unauthenticated remote attacker can send a specially crafted packet and execute arbitrary code with administrative privileges.

    AI risk analysis on Exploit-DB.ai →

  26. CRITICAL 9.8CVE-2026-0163

    In multiple functions of vpu_ioctl.c, there is a possible use after free due to a use after free. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

    AI risk analysis on Exploit-DB.ai →

  27. CRITICAL 9.8CVE-2017-20242

    Keysight IxChariot Endpoint before 9.5.102 contains a stack-based buffer overflow. An unauthenticated remote attacker can send a specially crafted packet to crash the endpoint or potentially execute arbitrary code.

    AI risk analysis on Exploit-DB.ai →

  28. CRITICAL 9.8CVE-2017-20241

    Keysight IxChariot Endpoint before 9.5.102 contains a heap-based buffer overflow. An unauthenticated remote attacker can send a specially crafted packet to crash the endpoint or potentially execute arbitrary code.

    AI risk analysis on Exploit-DB.ai →

  29. CRITICAL 9.8CVE-2026-24254public PoC

    NVIDIA Dynamo for Linux contains a vulnerability in the multimodal serving topology, where an attacker could cause an out-of-bounds write. A successful exploit of this vulnerability might lead to code execution, escalation of privileges, data tampering, denial

    dynamo · linux kernel

    AI risk analysis on Exploit-DB.ai →

  30. CRITICAL 9.8CVE-2026-63456

    Multiple vulnerabilities in the REST API interface of HPE Networking SD-WAN Orchestrator could allow an unauthenticated remote attacker to bypass web authentication mechanisms and access system functions. Successful exploitation could allow an attacker to view

    AI risk analysis on Exploit-DB.ai →

  31. CRITICAL 9.8CVE-2026-63455

    Multiple vulnerabilities in the REST API interface of HPE Networking SD-WAN Orchestrator could allow an unauthenticated remote attacker to bypass web authentication mechanisms and access system functions. Successful exploitation could allow an attacker to view

    AI risk analysis on Exploit-DB.ai →

  32. CRITICAL 9.8CVE-2025-29296

    H3C Magic BE18000 V200R007, H3C NX400 V100R015, H3C Magic NX30 Pro V100R0011, H3C Magic R3010 V100R009, H3C Magic NX15 V100R017, H3C Magic R1510 V100R016, H3C NE36 Pro V100R002 and H3C MC102G HM1A0V200R010 contain multiple command injection vulnerabilities in

    AI risk analysis on Exploit-DB.ai →

  33. CRITICAL 9.8CVE-2026-69098public PoC

    kotaemon through 0.12.0 contains an insecure deserialization vulnerability in the check_connection endpoint that allows unauthenticated attackers to instantiate arbitrary Python classes by supplying crafted YAML/JSON input with a __type__ field. Attackers can

    AI risk analysis on Exploit-DB.ai →

  34. CRITICAL 9.8CVE-2026-61515

    Puwell IP Camera firmware versions 2.x through 4.x contains an unauthenticated command injection vulnerability that allows remote attackers to execute arbitrary operating system commands by sending a crafted JSON payload to the DebugShell interface exposed on

    AI risk analysis on Exploit-DB.ai →

  35. CRITICAL 9.8CVE-2026-61514

    Puwell IP Camera firmware versions 2.x through 4.x contains an authentication bypass vulnerability that allows unauthenticated attackers to access device functions by sending protocol-conforming packets over TCP port 23456 without credentials. Attackers can ex

    AI risk analysis on Exploit-DB.ai →

  36. CRITICAL 9.8CVE-2026-15721

    Cleartext storage of sensitive information vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows SQL Injection. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1.

    AI risk analysis on Exploit-DB.ai →

  37. CRITICAL 9.8CVE-2026-14175

    Unrestricted upload of file with dangerous type vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Upload a Web Shell to a Web Server. This issue affects HUMANIST Digital Human Resources: from 26.0 before

    AI risk analysis on Exploit-DB.ai →

  38. CRITICAL 9.8CVE-2026-64564

    In the Linux kernel, the following vulnerability has been resolved: sctp: don't free the ASCONF's own transport in DEL-IP processing sctp_process_asconf() caches the transport the ASCONF chunk is processed against in asconf->transport (== chunk->transport, s

    AI risk analysis on Exploit-DB.ai →

  39. CRITICAL 9.8CVE-2026-16618

    The Improve SEO WordPress plugin through 2.0.11 does not properly validate uploaded files, checking only the file content type while writing the file with the attacker-supplied extension into a publicly accessible directory, allowing unauthenticated users to u

    AI risk analysis on Exploit-DB.ai →

  40. CRITICAL 9.6CVE-2026-70376public PoC

    Pluck CMS's admin panel relies solely on a Referer-header comparison (requestedByTheSameDomain in data/inc/functions.admin.php, gating every admin.php action) for CSRF protection, with no per-request anti-CSRF token anywhere in the admin area.

    AI risk analysis on Exploit-DB.ai →

  41. CRITICAL 9.6CVE-2026-25289

    Memory Corruption when processing Device Capability Extended attributes in certain NAN Service Discovery Frames with invalid length values.

    sm7550p firmware · sm7550p · sm7635p firmware · sm7635p · sm7675 firmware · sm7675

    AI risk analysis on Exploit-DB.ai →

  42. CRITICAL 9.3CVE-2026-9273

    The Membership Plugin – Kadence Memberships plugin for WordPress (formerly Restrict Content) is vulnerable to password reset link poisoning leading to account takeover in all versions up to, and including, 4.0.0. This is due to the legacy lost-password handler

    AI risk analysis on Exploit-DB.ai →

  43. CRITICAL 9.3CVE-2026-15958

    The Easy Integration for Dropbox WordPress plugin before 2.2.0 does not perform authorization checks on several of its file-management AJAX actions that it also registers for unauthenticated users, allowing an unauthenticated attacker to list, download and up

    AI risk analysis on Exploit-DB.ai →

  44. CRITICAL 9.1CVE-2026-71277public PoC

    rust-iot-platform's AuthToken request-guard implementation (api/src/main.rs) only checks whether the Authorization HTTP header is present, and never validates its value against any session, token store, or signature. Any request carrying an arbitrary non-empty

    AI risk analysis on Exploit-DB.ai →

  45. CRITICAL 9.1CVE-2026-71263public PoC

    The LINUXTCP port of FreeModbus contains an off-by-one bounds check in xMBPortTCPPool (demo/LINUXTCP/port/porttcp.c). The check uses a strict greater-than comparison instead of greater-than-or-equal against the 263-byte MB_TCP_BUF_SIZE limit.

    AI risk analysis on Exploit-DB.ai →

  46. CRITICAL 9.1CVE-2026-71238public PoC

    DjangoCRM ships with its Django SECRET_KEY hardcoded directly in the committed webcrm/settings.py rather than read from an environment variable. Since this key is used for session signing, CSRF token generation, and password reset tokens, anyone who reads the

    AI risk analysis on Exploit-DB.ai →

  47. CRITICAL 9.1CVE-2026-44945public PoC

    A privilege escalation vulnerability exists in Rancher's impersonation middleware (pkg/auth/requests/impersonate.go). An authenticated Rancher user with the default user global role can gain full administrative access to the Rancher control plane and transit

    AI risk analysis on Exploit-DB.ai →

  48. CRITICAL 9.1CVE-2026-10059

    A flaw was found in the Multicluster Engine for Kubernetes ClusterCurator controller. A tenant administrator with namespace-scoped privileges can exploit this vulnerability by creating a namespaced ClusterCurator. This action inadvertently grants the tenant ad

    AI risk analysis on Exploit-DB.ai →

  49. CRITICAL 9.1CVE-2026-71213public PoC

    Typemill's login endpoint (POST /tm/login, ControllerWebAuth::login) performs no rate-limiting, failed-attempt counting, or account lockout when captcha is disabled, which is the default configuration. An unauthenticated attacker can send unlimited password-gu

    AI risk analysis on Exploit-DB.ai →

  50. CRITICAL 9.1CVE-2026-5581

    The Multi Uploader for Gravity Forms plugin for WordPress is vulnerable to unauthorized arbitrary media deletion in all versions up to, and including, 1.1.8. This is due to missing capability checks in the `plupload_ajax_delete_file()` function, which is regis

    AI risk analysis on Exploit-DB.ai →

  51. CRITICAL 9.1CVE-2026-4431

    The Easy Post Submission plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the `create_post()` function in all versions up to, and including, 2.3.0. This is due to the `rbsm_submit_post` AJAX action be

    AI risk analysis on Exploit-DB.ai →

  52. CRITICAL 9.1CVE-2026-15360

    The Ajax Load More WordPress plugin before 8.0.1 does not properly sanitise and escape a parameter before using it in a SQL query, allowing unauthenticated attackers to perform time-based blind SQL injection and extract sensitive data from the database.

    AI risk analysis on Exploit-DB.ai →

  53. CRITICAL 9.1CVE-2026-15210

    The OTP Login With Phone Number, OTP Verification WordPress plugin before 1.8.71 does not limit the number of OTP verification attempts or invalidate a one-time login code after a wrong guess, and an unauthenticated user can request a login code for any accoun

    AI risk analysis on Exploit-DB.ai →

  54. CRITICAL 9.1CVE-2026-45537public PoC

    OpenSIPS is a Session Initiation Protocol (SIP) server implementation. In versions prior to 3.6.6 and 4.0.0-rc1, the construct_uri() function concatenates multiple URI components (protocol, username, domain, port, params) into a fixed 1024-byte global BSS buff

    AI risk analysis on Exploit-DB.ai →

  55. CRITICAL 9.1CVE-2026-45100public PoC

    OpenSIPS is a Session Initiation Protocol (SIP) server implementation. Versions 3.4.0-beta through 3.6.5 and 4.0.0-beta contain a buffer overflow in the {s.b64encode} string transformation. The size check for {s.b64encode} only verifies that the input fits wit

    AI risk analysis on Exploit-DB.ai →

  56. CRITICAL 9.1CVE-2026-67979public PoC

    Incorrect access control in the Executive Services dynamic application start path component of NASA cFS v7.0.1 allows attackers to execute arbitrary code via placing a shared object on target storage.

    AI risk analysis on Exploit-DB.ai →

  57. CRITICAL 9.1CVE-2026-69110public PoC

    OpenCode Studio before 2.4.4 contains a missing authentication vulnerability that allows unauthenticated remote attackers to read arbitrary files within the temp and static/music directories by directly accessing the GET /api/tmp/:tmpFile and GET /api/music/:f

    AI risk analysis on Exploit-DB.ai →

  58. CRITICAL 9.1CVE-2026-10050public PoC

    In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for histori

    jetty

    AI risk analysis on Exploit-DB.ai →

  59. CRITICAL 9.1CVE-2026-14804

    Use of hard-coded cryptographic key vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Read Sensitive Constants Within an Executable. This issue affects HUMANIST Digital Human Resources: from 26.0 before 2

    AI risk analysis on Exploit-DB.ai →

  60. CRITICAL 9.1CVE-2026-18754

    The product firmware contains an embedded, static RSA private key utilized by the Lighttpd web server for TLS termination. Exposure of this private key allows malicious actors to breach the confidentiality and integrity of HTTPS communications, enabling traffi

    AI risk analysis on Exploit-DB.ai →

  61. CRITICAL 9.1CVE-2026-18753

    The product firmware contains an embedded, static RSA private key utilized by the Lighttpd web server for TLS termination. Exposure of this private key allows malicious actors to breach the confidentiality and integrity of HTTPS communications, enabling traffi

    AI risk analysis on Exploit-DB.ai →