50952 matches found
...[ More ]
A proof of concept exploit for an authorization bypass vulnerability in Traefik version 3.7.9. The vulnerability affects the Kubernetes Gateway API provider and results from ambiguous dynamic configuration object identifiers constructed by joining namespace and object names with hyphens. Differen...
📄 LightFTP Server 2.4 Race Condition
LightFTP versions through 2.4 current master, commit d28c5e0 contain multiple data race conditions in ftpserv.c caused by unsynchronized access to the shared FTPCONTEXT between a connection's control thread and its data-transfer worker thread. !/usr/bin/env python3 LightFTP Server 2.4 Race...
📄 DCMTK 3.7.0 DICOMDIR Icon Integer Overflow
DCMTK DICOM ToolKit version 3.7.0 has an integer overflow in the PGM image size calculation that results in an undersized heap allocation. The subsequently unchecked conversion of the image dimensions from unsigned int to Uint16 causes the image scaler to process a much larger image than was...
📄 Ghost CMS 6.19.0 Remote Code Execution
This Metasploit module exploits a remote code execution vulnerability in Ghost CMS. Specifically crafted malicious themes can execute arbitrary code on the server running Ghost. The affected versions include all releases from 0.7.2 up to and including 6.19.0. For versions 5.105.0-5.130.5 and...
📄 DCMTK 3.7.0 RLE Encoder Heap Out-of-Bounds Read
A proof of concept for a heap out-of-bounds read vulnerability in DCMTK version 3.7.0. The vulnerability is caused by an integer overflow in the RLE encoder's expected-size sanity check. By supplying crafted image dimensions that cause the 32-bit size calculation to wrap around, an attacker can...
📄 DCMTK 3.7.0 Path Traversal
dcmsend in DCMTK DICOM ToolKit version 3.7.0 is vulnerable to path traversal when it is instructed to read input files from a specially crafted DICOMDIR. This can lead to unauthorized disclosure of readable DICOM objects, including protected health information. Advisory ID: SYSS-2026-047 Product:...
📄 WordPress WP2Shell SQL Injection / Remote Code Execution
This Metasploit module chains two WordPress core vulnerabilities, together known as WP2Shell, to gain unauthenticated remote code execution against default installs of WordPress 6.9.0 through 6.9.4 and 7.0.0 through 7.0.1. The vulnerabilities are fixed in WordPress 6.9.5 and 7.0.2. CVE-2026-60137...
📄 Cisco CUCM 15.x Remote Code Execution
A pre-authentication remote code execution chain in Cisco CUCM 15.x allows an unauthenticated network attacker to achieve root-level access in three HTTP requests. Advisory Information - Advisory IDs: SKYLINE-2026-001, SKYLINE-2026-002, SKYLINE-2026-003 - Title: Pre-Authentication Remote Root via...
📄 DCMTK 3.7.0 Unbounded Value Multiplicity Allocation
A proof of concept for an unbounded value multiplicity allocation vulnerability in DCMTK version 3.7.0. The vulnerability occurs when textual DICOM values are parsed into typed numeric arrays without validating the computed Value Multiplicity. An attacker can supply a crafted textual DICOM dump o...
📄 DCMTK 3.7.0 XML Binary File Heap Buffer Overflow
In DCMTK DICOM ToolKit version 3.7.0, the xml2dcm application and the DcmXMLReader library are vulnerable to a heap buffer overflow when importing external binary files larger than 4 GiB via the binary="file" XML attribute. The file size is measured as sizet but narrowed to Uint32 for the heap...
📄 Node-RED 5.0.4 Unauthenticated Denial of Service
A proof of concept exploit for an unauthenticated denial of service vulnerability in Node-RED version 5.0.4. The vulnerability is triggered by a path traversal primitive that allows a bare .. segment to reach the library save path, ultimately causing an unhandled promise rejection and process...
📄 LiteLLM 1.83.6 Blind SQL Injection
A proof of concept exploit for a pre-authentication blind SQL injection vulnerability in LiteLLM version 1.83.6. The vulnerability affects LiteLLM proxy versions 1.81.16 through 1.83.6 and occurs because the virtual-key lookup interpolates an unauthenticated bearer token directly into a PostgreSQ...
📄 LightFTP Server 2.3.1 Race Condition
LightFTP version 2.3.1 contains a residual race condition in the workerthreadcleanup function of ftpserv.c. The control thread reads and acts on shared per-connection state, including the worker thread id it then passes to pthreadjoin/pthreadcancel, without holding the context-MTLock mutex that t...
📄 FineAdmin.Mvc SQL Injection
A proof of concept exploit for a SQL injection vulnerability in FineAdmin.Mvc. Insufficient validation of the field and order parameters allows arbitrary SQL expressions to be injected into the ORDER BY clause, enabling error-based and time-based SQL injection against affected endpoints...
📄 OpenCTI 7.260325.0 Authorization Bypass
A proof of concept exploit for an authorization bypass vulnerability in OpenCTI version 7.260325.0. The vulnerability affects OpenCTI versions prior to 7.260326.0 and allows a low-privileged authenticated user with the KNOWLEDGEKNUPDATE capability to bypass confidence-level and object-marking...
📄 OpenCATS Installer PHP Code Injection
This Metasploit module exploits an unauthenticated PHP code injection in the OpenCATS installer AJAX endpoint CVE-2026-27760. The databaseConnectivity action passes the user POST parameter directly to changeConfigSetting, which interpolates it into a define statement in config.php without any...
📄 ICS-Park Smart Park Management System 2.0 Privilege Escalation
A proof of concept exploit for a privilege escalation vulnerability in ICS-Park Smart Park Management System version 2.0. Missing authorization checks allow an authenticated low-privileged user to create a role containing arbitrary permissions, assign that role to their own account, and create ne...
📄 ICS-Park Smart Park Management System 2.0 Cross Site Scripting
A proof of concept exploit for a cross site scripting vulnerability in ICS-Park Smart Park Management System version 2.0. An authenticated user can upload arbitrary HTML files because the upload whitelist permits .html and .htm extensions, resulting in stored cross site scripting when another use...
📄 Drupal Core 11.3.9 Anonymous Blind SQL Injection
A proof of concept exploit for an anonymous blind SQL injection vulnerability in Drupal Core version 11.3.9. The vulnerability affects Drupal Core versions 8.9.0 through 11.3.9 when using PostgreSQL as the database backend and is caused by improper handling of attacker-controlled array keys while...
📄 Flowise 3.1.2 Authenticated Remote Code Execution
A proof of concept exploit for an authenticated remote code execution vulnerability in Flowise version 3.1.2. The vulnerability allegedly exists because several record-manager and agent-memory components parse user-controlled additionalConfig JSON and pass its properties directly to a TypeORM...
📄 AnyDesk 9.0.4 Denial of Service
AnyDesk version 9.0.4 contains a local privilege-lacking vulnerability in its "Send Support Information" feature. An attacker with low-privileged local access can abuse NTFS junctions reparse points to redirect file write operations performed by the AnyDesk service. The service blindly follows th...
📄 Gogs 0.13.3 Authenticated Remote Code Execution
A proof of concept exploit for a Gogs version 0.13.3 authenticated remote code execution vulnerability. Gogs versions 0.13.3 and earlier contain a symlink handling flaw in the PUT /api/v1/repos///contents/ endpoint where updates to existing files bypass the symlink protection introduced for...
📄 Telenia Software TVox 26.5.3 Command Injection
Telenia Software TVox versions 26.5.3 and below suffer from a command injection vulnerability in actionaudio.php. ------------------------------------------------------------------------------------- Telenia Software TVox = 26.5.3 actionaudio.php OS Command Injection Vulnerability...
📄 OpenClaw Dashboard Cross Site Scripting
OpenClaw Dashboard suffers from a persistent cross site scripting vulnerability via the lastMessage Session Field. Security Advisory: Stored Cross-Site Scripting Via Agent Messages Leading To Session Token Theft openclaw-dashboard Title: OpenClaw Dashboard Stored XSS via lastMessage Session Field...
📄 Telenia Software TVox 26.5.3 Local Privilege Escalation
Telenia Software TVox versions 26.5.3 and below suffer from a local privilege escalation vulnerability. ------------------------------------------------------------------------------- Telenia Software TVox = 26.5.3 nice Local Privilege Escalation Vulnerability...
📄 Telenia Software TVox 26.5.3 Authentication Bypass
Telenia Software TVox version 26.5.3 and below suffer from an authentication bypass vulnerability in setenv.php. --------------------------------------------------------------------------------- Telenia Software TVox accessToken !== trim$accessToken 300. $force = true; 301. i...
📄 SiYuan 3.7.1 Authentication Bypass / Arbitrary File Write
A proof of concept exploit for a SiYuan version 3.7.1 authentication bypass arbitrary file read and write vulnerability. SiYuan kernel versions 3.7.0 through 3.7.1 contain a missing authorization vulnerability in the Publish reverse proxy where anonymous RoleReader requests are permitted to acces...
📄 osTicket 1.18.3 Authentication Bypass Account Takeover
A proof of concept exploit for an osTicket version 1.18.3 authentication bypass account takeover vulnerability. osTicket versions 1.17.8 through 1.18.3 contain a flaw in PasswordResetTokenBackend::signOn where the password reset expiration check is incorrectly guarded by a short-circuiting logica...
📄 OpenClaw Dashboard 3.0.0 Cross Site Scripting
OpenClaw Dashboard version 3.0.0 suffers from a persistent cross site scripting vulnerability in the Failed Login Username Field. Security Advisory: Unauthenticated Stored Cross-Site Scripting Leading To Administrator Account Takeover openclaw-dashboard Title: OpenClaw Dashboard v3.0.0 Stored XSS...
📄 velocityjs 2.1.5 Prototype Pollution
A proof of concept exploit for velocityjs versions 0.3.1 through 2.1.5 that contain a prototype pollution vulnerability. The exploit abuses an unvalidated set left-hand path to write arbitrary properties into Object.prototype, enabling authorization bypasses and, on Node.js 16 and earlier,...
📄 WordPress 7.0.1 Remote Code Execution
A proof of concept exploit for WordPress versions 6.9.0 through 6.9.4 and 7.0.0 through 7.0.1 that contain an unauthenticated remote code execution vulnerability. The exploit chains a REST API batch route confusion vulnerability with a SQL injection vulnerability to write a PHP web shell to the w...
📄 Trilium Notes 0.102.1 Remote Code Execution
A proof of concept exploit for Trilium Notes TriliumNext versions 0.102.1 and earlier that contain a remote code execution vulnerability. The exploit imports a crafted Trilium export archive that bypasses the application's safe import protections through a path traversal and stored cross site...
📄 Snipe-IT 8.4.0 Authorization Bypass
A proof of concept exploit for Snipe-IT versions 8.4.0 and earlier that contain an authorization bypass vulnerability. The exploit abuses insufficient permission checks on the file upload API to allow a view-only user to upload arbitrary files to accessible objects. On deployments that permit...
📄 DbGate 7.1.8 Remote Code Execution
A proof of concept exploit for a DbGate 7.1.8 unauthenticated remote code execution vulnerability. The exploit abuses the /runners/start endpoint by injecting JavaScript through the JSON script runner's functionName field, allowing arbitrary operating system commands to be executed and their outp...
📄 WordPress Pix for WooCommerce 1.5.0 Shell Upload
This Metasploit module exploits an unauthenticated arbitrary file upload vulnerability in the Pix for WooCommerce plugin for WordPress. Attackers can leverage the missing capability check and insufficient file type validation in the lknpixforwoocommercec6savesettings function to upload arbitrary...
📄 Joomla Content Editor 2.9.99.4 Shell Upload
This Metasploit module exploits an unauthenticated arbitrary profile creation vulnerability in the JCE Joomla Content Editor extension for Joomla!. The profiles.import task fails to enforce authentication, allowing the import of a crafted profile that is directly written to disk as a PHP web shel...
📄 rouille 3.6.2 HTTP Response Splitting
rouille versions 3.6.2 and earlier contain an HTTP response splitting vulnerability due to improper validation of response header values. Applications that place attacker-controlled data into HTTP response headers can inject carriage return and line feed characters, allowing attackers to create...
📄 tiny_http 0.12.0 HTTP Header Injection
tinyhttp versions 0.12.0 and earlier contain an HTTP header injection vulnerability due to improper validation of carriage return and line feed characters in HTTP header values. Applications that reflect or forward attacker-controlled header values can be vulnerable to HTTP response splitting,...
📄 rouille 3.6.2 HTTP Request Smuggling
rouille versions 3.6.2 and earlier contain an HTTP request smuggling vulnerability in the proxy::proxy and proxy::fullproxy functions. Client-supplied HTTP header values are forwarded to backend servers without validation for control characters, allowing attackers to inject additional HTTP reques...
📄 Let's Chat 0.4.8 Denial of Service
Let's Chat versions 0.4.8 and earlier contain a denial of service vulnerability in the message lookup functionality. An authenticated attacker can supply a valid but nonexistent room identifier, triggering an uncaught exception that terminates the Node.js server process. Security Advisory:...
📄 rouille 3.6.2 HTTP Request Smuggling
rouille versions 3.6.2 and earlier contain an HTTP request smuggling vulnerability in the reverse proxy implementation. The proxy forwards the client's Transfer-Encoding header unchanged while forwarding a de-chunked request body, allowing backend request desynchronization and, under certain...
📄 tiny_http 0.12.0 HTTP Request Smuggling
tinyhttp versions 0.12.0 and earlier contain an HTTP request smuggling vulnerability caused by improper handling of the Transfer-Encoding header. The library checks only for the presence of the header rather than validating its value, allowing inconsistent HTTP request parsing between front-end...
📄 Let's Chat 0.4.8 Information Disclosure
Let's Chat versions 0.4.8 and earlier contain an information disclosure vulnerability in the file download functionality. Any authenticated user can download attachments from private and password-protected rooms without authorization if they know or can derive the associated file identifier...
📄 TinyWeb 0.0.8 NULL Pointer / Denial of Service
TinyWeb versions 0.0.8 and earlier contain a NULL pointer dereference vulnerability in the HTTP request parsing and response handling logic. An unauthenticated remote attacker can send a malformed HTTP request that causes the server to dereference a NULL Url pointer, crashing worker processes and...
📄 TinyWeb 0.0.8 Path Traversal
TinyWeb versions 0.0.8 and earlier contain a path traversal vulnerability in the HTTP request handling logic. An unauthenticated remote attacker can supply ../ sequences within the request path to read arbitrary files outside the configured web root, allowing disclosure of any file accessible to...
📄 Let's Chat 0.4.8 Missing Authorization
Let's Chat versions 0.4.8 and earlier contain a missing authorization vulnerability in the room archive functionality. Any authenticated user can archive delete arbitrary rooms, including private and password-protected rooms they do not own or have permission to access, resulting in unauthorized...
📄 TinyWeb 0.0.8 Denial of Service
TinyWeb versions 0.0.8 and earlier contain a missing memory deallocation vulnerability that results in unbounded memory consumption. An unauthenticated remote attacker can repeatedly send ordinary HTTP requests to trigger a per-request memory leak, eventually exhausting worker memory and causing ...
📄 Pterodactyl Panel Remote Code Execution
This Metasploit module exploits a vulnerability in Pterodactyl Panel before version 1.11.11 that allows unauthenticated remote code execution through improper handling of locale file operations. The vulnerability exists in the locale.json endpoint which allows path traversal and arbitrary file...
📄 MouseHero 1.2.0+1 Remote Code Execution
MouseHero version 1.2.0+1 contains an unauthenticated remote code execution vulnerability in its remote control protocol. An attacker on the local network can send crafted keyboard and text input events to execute arbitrary commands on a connected Windows system without user interaction. The...
📄 vBulletin 6.2.1 Remote Code Execution
vBulletin version 6.2.1 and prior 6.x versions, along with version 5.7.5 and prior 5.x versions, contain a pre-authentication remote code execution vulnerability in the vB5TemplateRuntime::runMaths method. Insufficient input validation allows a crafted vb:math expression to bypass the regular...