SEPTEMBER 24, 2026
Live Feed
Vulnerability Register

CVE Database

Synced from NVD, cross-referenced against CISA KEV and EPSS · ordered by last update

379,437 records on file
Page 1267 of 12,648
CVE ID Score Description
1mo ago
8.2

Unauthenticated Insecure Direct Object References (IDOR) in Clean Login <= 1.15 versions.

1mo ago
7.2

RadiX AX6600 WiFi 6 Tri-Band Gaming Router contains an OS command injection vulnerability, which may lead to arbitrary command execution with the root privilege by a user who logs in to the web console as an administrator.

1mo ago
9.8

Unauthenticated PHP Object Injection in JetEngine <= 3.8.10 versions.

1mo ago
9

Unauthenticated Arbitrary File Upload in SigmaForms Pro – AI Generated Forms <= 1.4.5 versions.

1mo ago
7.4

Subscriber Sensitive Data Exposure in PushEngage – Web Push Notifications, eCommerce Automation &amp; Chat Widget <= 4.2.3 versions.

1mo ago
7.5

Unauthenticated Sensitive Data Exposure in JetBlog <= 2.4.8 versions.

Exploit 1mo ago
9.1

A path traversal in the SFTP provider (`SFTPHook.retrieve_directory` / `SFTPOperator(operation=get)`) let a malicious or compromised remote SFTP server write files outside the configured local destination directory via crafted directory-entry names. No Airflow account is required — the attack surface is any deployment downloading directories from an untrusted SFTP server. Upgrade `apache-airflow-providers-sftp` to 5.8.1 or later.

1mo ago
7.1

Unauthenticated Cross Site Scripting (XSS) in WPFunnels Pro <= 2.9.4 versions.

1mo ago
9.8

Unauthenticated Broken Authentication in wpForo Forum <= 3.1.0 versions.

Exploit 1mo ago
8.5

Subscriber Arbitrary Code Execution in Cornerstone < 7.8.8 versions.

1mo ago
9.8

Unauthenticated PHP Object Injection in Thrive Apprentice < 10.8.10.2 versions.

1mo ago
9.3

Unauthenticated SQL Injection in JetEngine < 3.8.9.1 versions.

1mo ago
8.2

Unauthenticated Broken Access Control in User Registration Stripe <= 1.3.12 versions.

1mo ago
9.3

Unauthenticated SQL Injection in wpDataTables <= 7.3.6 versions.

1mo ago
9.3

Unauthenticated SQL Injection in JetSearch <= 3.5.17 versions.

1mo ago
9.3

Unauthenticated SQL Injection in JetEngine <= 3.8.9.1 versions.

1mo ago
9.8

Contributor PHP Object Injection in JetEngine <= 3.8.9.1 versions.

1mo ago
7.1

Unauthenticated Cross Site Scripting (XSS) in JetEngine <= 3.8.9.1 versions.

1mo ago
8.5

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in wpWax Directorist Booking allows Blind SQL Injection. This issue affects Directorist Booking: from n/a through 3.0.3.

1mo ago
6.5

Unauthenticated Broken Access Control in WooCommerce Anti-Fraud <= 7.2.6 versions.

1mo ago
6.5

Unauthenticated Broken Authentication in WooCommerce Dropshipping <= 5.2.4 versions.

1mo ago
9.8

Unauthenticated Privilege Escalation in LoginPress Pro <= 6.2.2 versions.

1mo ago
7.5

Unauthenticated Broken Access Control in JobSearch <= 3.2.7 versions.

1mo ago
8.5

Subscriber SQL Injection in Geo Mashup <= 1.13.19 versions.

Exploit 1mo ago
7.5

Rocket.Chat in versions <8.5.1, <8.4.4, <8.3.6, <8.2.6, <8.1.6, <8.0.7, <7.13.9, and <7.10.13 is vulnerable to unauthenticated file deletion. The deleteFileMessage Meteor method permanently deletes any uploaded file by ID without requiring authentication. When called via an unauthenticated DDP WebSocket connection, Meteor.userId() returns null, causing the authorization check to be skipped. Execution falls through to FileUpload.getStore('Uploads').deleteById(fileID), which removes the file from storage and database unconditionally. File IDs are discoverable from public channel message payloads and download URLs.

1mo ago
9.3

Unauthenticated SQL Injection in JetSmartFilters <= 3.8.1 versions.

1mo ago
7.1

Unauthenticated Cross Site Scripting (XSS) in Enfold <= 7.1.4 versions.

Exploit 1mo ago

Backpropagate is a Python library for fine-tuning large language models on a single GPU. In versions 1.1.0 and 1.1.1, the optional Reflex web UI exposes a training control plane without authentication: dataset upload, model load, training start/stop, multi-run orchestration, GGUF export, and HuggingFace Hub push. The CLI accepts two operator-facing flags intended as security controls: --auth user:pass — documented as "require HTTP Basic authentication on every request to the UI." and--share — documented as "expose the UI on a public address; requires --auth." When --auth user:pass is passed, the CLI prints Auth: enabled (user: <username>) to confirm to the operator that authentication is active, then exports BACKPROPAGATE_UI_AUTH=user:pass to the subprocess that launches the Reflex backend. The Reflex backend (backpropagate/ui_app/**) never reads BACKPROPAGATE_UI_AUTH. No authentication middleware is registered. No request-level guard runs. No WebSocket upgrade guard runs. Any client that reaches the bound port — local or remote, depending on whether --share is used — has full UI access. An inline comment at backpropagate/cli.py:1217-1218 in the v1.1.0 source documents the gap: "For Phase 1 the variable is exported but Reflex doesn't read it yet." This comment was internal-facing; the user-facing documentation (README, CHANGELOG, SHIP_GATE) advertised the contract as enforced. An attacker who reaches the bound port can read uploaded datasets, trigger arbitrary training runs against any local base models as well as read their paths, trigger HuggingFace Hub pushes and cause disk-fill DoS. This issue has been fixed in version 1.2.0. If developers cannot immediately upgrade to 1.2.0 run backprop ui with no flags so it binds to localhost, use SSH port-forwarding (ssh -L 7860:localhost:7860 <training-host>) instead of --share for remote access, and audit any host previously launched with --share, re-issuing any HF tokens used during those sessions.

Exploit 1mo ago
8.2

Remark42 is a self-hosted comment engine for blogs, articles, or any other place where readers can add comments. Versions 1.6.0 through 1.15.0 contain a Cross-Site Scripting (XSS) vulnerability exploitable through content-type spoofing. The Remark42 image proxy fetches an arbitrary remote URL and re-serves the response from Remark42's own origin. During the download phase, the proxy determines whether the resource is an image by inspecting only the Content-Type header advertised by the remote server, never examining the actual bytes; during the serving phase, it instead derives the response Content-Type by sniffing those bytes with http.DetectContentType. An attacker can exploit this inconsistency by hosting a URL that advertises Content-Type: image/png while returning an HTML/JavaScript body: the download check accepts it as an image, the serving path sniffs the body and emits Content-Type: text/html, and the browser renders the attacker-controlled HTML/JavaScript as a document within Remark42's origin. Exploitation requires no Remark42 account on the target instance; the attacker only needs to host the malicious upstream URL and deliver the proxy link to a victim by any means, such as email, direct message, or a link on another website. This issue has been fixed in version 1.16.0.

Exploit 1mo ago
4.8

Postiz is an AI social media scheduling tool. Versions prior to 2.21.8 contained an unauthenticated endpoint that accepted a signed token and applied subscription-enforcement side effects to the organization referenced in that token's claims, without verifying the token's intended purpose. The endpoint, /public/modify-subscription, could not change the persisted subscription tier, but it did execute enforcement-related side effects on the caller's own organization, including adjusting team-member enablement state, disabling integrations exceeding the asserted plan's limits, and resetting the scheduled-post cron when the asserted plan was the free tier. Impact is limited to the attacker's own organization and cannot be redirected at other tenants through this endpoint. This issue has been fixed in version 2.21.8.