SEPTEMBER 19, 2026
Live Feed
Vulnerability Register

CVE Database

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

169,699 records on file
Page 197 of 5,657
CVE ID Score Description
6d ago
6.3

Unauthenticated Broken Access Control in Anti Spam and list cleaner &#8211; AcyChecker <= 2.0.0 versions.

6d ago
6.5

Customer Cross Site Scripting (XSS) in WpBookingly <= 1.3.2 versions.

6d ago
6.5

Unauthenticated Broken Access Control in Contact Form 7 – PayPal & Stripe Add-on <= 2.5.1 versions.

6d ago
6

Subscriber Server Side Request Forgery (SSRF) in Vehica Core <= 1.0.104 versions.

6d ago
6.5

Subscriber Cross Site Scripting (XSS) in Accordion <= 3.0.6 versions.

6d ago
6.5

Subscriber Cross Site Scripting (XSS) in FluentCommunity <= 2.7.5 versions.

6d ago
6.5

Unauthenticated Broken Access Control in Internal Link Optimiser <= 5.2.7 versions.

6d ago
6.5

Subscriber Cross Site Scripting (XSS) in AfterShip Tracking <= 1.18.1 versions.

6d ago
6.5

Unauthenticated Broken Access Control in AI for SEO <= 2.4.2 versions.

6d ago
6.5

Subscriber Cross Site Scripting (XSS) in Profile Extra Fields by BestWebSoft <= 1.3.4 versions.

6d ago
6

Subscriber Broken Access Control in ReactPress <= 3.4.0 versions.

6d ago
6.5

Unauthenticated Broken Access Control in WP Social Avatar <= 1.5 versions.

6d ago
6.5

Subscriber Sensitive Data Exposure in Payment Forms for Paystack <= 4.0.5 versions.

6d ago
6.5

Unauthenticated Broken Access Control in Secure Card Gateway for ePay Paycenter (Piraeus Bank) <= 1.0.32 versions.

6d ago
6.5

Subscriber Cross Site Scripting (XSS) in AcyMailing SMTP Newsletter <= 10.11.1 versions.

6d ago
6.5

Subscriber Broken Access Control in AcyMailing SMTP Newsletter <= 10.11.1 versions.

6d ago
6.5

Customer Sensitive Data Exposure in WP Event SOlution <= 4.1.18 versions.

6d ago
6.5

Subscriber Broken Access Control in Service Finder Booking <= 6.2 versions.

6d ago
6.5

Unauthenticated Insecure Direct Object References (IDOR) in Do Lasso <= 358 versions.

6d ago
6.5

Subscriber Broken Access Control in Tourfic <= 2.23.1 versions.

6d ago
6.5

Unauthenticated Cross Site Scripting (XSS) in Popup by Supsystic <= 1.11.2 versions.

6d ago
4.3

HCL AION is affected by a vulnerability where indirect prompt injection can lead to HTML injection in rendered output. Injected markup may be displayed to users, potentially resulting in unintended behavior or security impact under certain conditions.

Exploit 6d ago
5.1

Stored Cross-site Scripting (CWE-79) in the user management component in maalfer Pentestify before 1.1.1 allows an authenticated attacker to execute arbitrary JavaScript in the browser of another authenticated user via a crafted username, because the frontend escapes the username with escapeHTML() before interpolating it into the onclick attribute of the account deletion button, but the browser HTML-decodes attribute values before the JavaScript engine parses the handler, allowing an encoded single quote (') to break out of the string literal and inject arbitrary JavaScript that executes when the victim clicks the delete button for that account.

6d ago
5.6

HCL AION is affected by a vulnerability where certain endpoints lack sufficient anti-automation controls. Automated or scripted requests may be submitted without adequate rate limiting or challenge mechanisms, potentially resulting in unintended behavior or security impact under certain conditions.

Exploit 6d ago
6.3

A flaw was found in sblim-cmpi-base. Insecure temporary file creation in the provider registration scripts allows a local unprivileged user to perform a symlink attack. By creating a symlink in a world-writable directory, an attacker can redirect privileged writes to an arbitrary file during script execution in a privileged context. This can lead to the overwrite of root-owned files, potentially disrupting system services or operation. Exploitation is conditional on the script running with elevated privileges and may be mitigated by sticky-directory symlink protections.

Exploit 6d ago
6.3

A flaw was found in sblim-sfcb. A local, low-privileged attacker can exploit a race condition during privileged instance migration by manipulating a temporary file in the `/tmp` directory. By repeatedly recreating a symbolic link, the attacker can redirect privileged output to an arbitrary file. This can lead to privileged file corruption or a denial of service (DoS) on the system.

Exploit 6d ago
6.6

A flaw was found in sblim-sfcb. A local attacker with access to the system can exploit an unsafe deserialization vulnerability in the provider-manager's inter-process communication (IPC) message parsing. By sending a specially crafted message, the attacker can cause out-of-bounds memory access, leading to the termination of the provider-manager process and a denial of service. This could also potentially result in limited unintended information disclosure.

6d ago
4.3

Missing authorization in PostgreSQL DDL commands allows an object creator to achieve denial of service against ALTER and DROP of the type, via creating a dependency on the type. Many DDL operations did check the privilege, but assigning a range subtype and referencing the type from an SQL expression did not. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.

6d ago
4.3

Buffer over-read in PostgreSQL ascii() SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.

6d ago
4.2

Improper enforcement of message integrity in PostgreSQL GSSAPI support allows a user to negotiate GSSAPI contrary to pg_hba.conf rules, via initial direct TLS connection. Despite a pg_hba.conf that appears to require GSSAPI, the connection may exchange data over TLS encryption alone. If the TLS settings are more permissive than the GSS settings, the connection may continue with lesser protection. Within major versions 17-18, minor versions before PostgreSQL 18.6 and 17.11 are affected. Versions before PostgreSQL 17 are unaffected.