CVE Database

Search and browse vulnerability records from NVD

Showing 50 of 40451 CVEs

CVE ID Severity Description EPSS Published
8.8 HIGH

Contributor PHP Object Injection in Post Duplicator <= 3.0.10 versions.

0.4% 2026-06-15
7.2 HIGH

Shop manager PHP Object Injection in WooCommerce PDF Invoices & Packing Slips < 5.9.0 versions.

0.4% 2026-06-15
7.2 HIGH

Author PHP Object Injection in ShortPixel Image Optimizer <= 6.4.3 versions.

0.4% 2026-06-15
7.2 HIGH

Shop manager Privilege Escalation in WooCommerce Cart Abandonment Recovery < 2.1.0 versions.

0.4% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in ManageWP Worker <= 4.9.31 versions.

0.2% 2026-06-15
7.1 HIGH

Subscriber Broken Authentication in FunnelKit Automations <= 3.7.3 versions.

0.4% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in Contact Form to Any API <= 3.0.3 versions.

0.2% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in Simply Schedule Appointments <= 1.6.10.6 versions.

0.2% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in CformsII <= 15.1.3 versions.

0.2% 2026-06-15
7.2 HIGH

Shop manager PHP Object Injection in CTX Feed <= 6.6.26 versions.

0.4% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in WooCommerce Product Table Lite <= 4.6.3 versions.

0.2% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in GiveWP <= 4.14.2 versions.

0.2% 2026-06-15
7.5 HIGH

Unauthenticated Broken Access Control in Event Tickets Manager for WooCommerce <= 1.5.3 versions.

0.2% 2026-06-15
7.5 HIGH

Unauthenticated Sensitive Data Exposure in IDPay Payment Gateway for Woocommerce <= 2.2.5 versions.

0.3% 2026-06-15
7.5 HIGH

Unauthenticated Broken Access Control in Simple Membership <= 4.7.1 versions.

0.3% 2026-06-15
7.2 HIGH

Editor Privilege Escalation in AI Engine <= 3.4.9 versions.

0.5% 2026-06-15
8.1 HIGH

Unauthenticated Deserialization of untrusted data in Paid Videochat Turnkey Site <= 7.3.23 versions.

0.3% 2026-06-15
7.5 HIGH

Unauthenticated Bypass Vulnerability in WpTravelly <= 2.1.7 versions.

0.3% 2026-06-15
7.5 HIGH

Unauthenticated Broken Access Control in User Registration <= 5.1.2 versions.

0.4% 2026-06-15
8.5 HIGH

Contributor SQL Injection in PowerPress Podcasting <= 11.15.10 versions.

0.3% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in Redirection for Contact Form 7 <= 3.2.8 versions.

0.3% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in Eli&#039;s WordCents adSense Widget with Analytics <= 1.3.03.27 versions.

0.2% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in Okay Toolkit <= 2.3 versions.

0.2% 2026-06-15
7.1 HIGH

Unauthenticated Cross Site Scripting (XSS) in iRobots.txt SEO <= 1.1.2 versions.

0.2% 2026-06-15
7.5 HIGH

Custom role Insecure Direct Object References (IDOR) in Projectopia <= 5.1.25.2 versions.

0.3% 2026-06-15
7.6 HIGH

A flaw was found in GStreamer's WavPack audio decoder in gst-plugins-good. When processing a specially crafted WavPack file, an integer overflow in the buffer size calculation (4 * block_samples * channels) in gst_wavpack_dec_handle_frame() causes a very small heap allocation. The WavPack library then writes decoded audio samples far beyond the allocated buffer, resulting in heap memory corruption. This affects both 32-bit and 64-bit systems since the arithmetic is performed in 32-bit integers before promotion to the allocation size type. A remote attacker could use this flaw to crash an application or potentially execute arbitrary code by convincing a user to open a malicious WavPack audio file.

0.2% 2026-06-15
7.1 HIGH

A flaw was found in GStreamer's RealMedia demuxer in the gst-plugins-ugly package. When processing a RealMedia file containing a specially crafted FILEINFO metadata section, the demuxer parses variable-name and variable-value pairs using re_skip_pascal_string() without validating that offsets remain within the mapped buffer. Additionally, the element count controlling the parsing loop is read from attacker-controlled data without validation, which can cause an infinite loop. A crafted RealMedia file can cause the application to crash, hang, or potentially read limited adjacent memory contents.

0.2% 2026-06-15
7.1 HIGH

A vulnerability was found in the GStreamer RealMedia demuxer (gst-plugins-ugly). When processing a RealMedia (.rm) file, the demuxer parses MDPR (media properties) chunks to configure audio streams. For audio stream header versions 4 and 5, the parser reads fields such as codec type, packet size, sample rate, channel count, and extra codec data length from fixed offsets within the chunk without first checking that the chunk contains enough data. If a malicious file provides an MDPR chunk that is too small to contain a complete audio stream header, the parser reads beyond the end of the buffer. This can cause the application to crash. In some cases, bytes read past the buffer boundary may be incorporated into stream metadata, which could result in limited information disclosure.

0.2% 2026-06-15
7.1 HIGH

A signed integer overflow vulnerability was found in GStreamer's VMnc decoder. A crafted VMnc stream with large cursor dimensions can overflow signed integer payload-size arithmetic, bypassing a length check and leading to out-of-bounds reads. A remote attacker could trick a user into opening a specially crafted VMnc file, potentially causing a crash or information disclosure.

0.3% 2026-06-15
8.8 HIGH

A heap buffer overflow vulnerability was found in GStreamer's librfb (RFB/VNC client). The rectangle bounds check incorrectly validates area rather than individual dimensions, allowing a malicious VNC server to send a rectangle that extends beyond the framebuffer. A remote attacker could set up a malicious VNC server and trick a user into connecting, resulting in an out-of-bounds heap write that could lead to code execution or a crash.

0.5% 2026-06-15
7.1 HIGH

An out-of-bounds read vulnerability was found in the VA JPEG decoder in GStreamer's gst-plugins-bad. The JPEG parser reads a segment length value from the bitstream without validating it against available data. A remote attacker could trick a user into opening a specially crafted JPEG file, causing downstream parsing to read beyond the provided input buffer, leading to a crash or potential information disclosure.

0.3% 2026-06-15
8.1 HIGH

Incorrect access control in the /admin/api/config component of Filestash v0.4.0 allows attackers to escalate privileges via sending a crafted request.

0.3% 2026-06-15
7.5 HIGH

An input handling flaw in the HTTP refresh token process of LLDAP v0.6.2 allows attackers to cause a Denial of Service (DoS) via sending a crafted refresh-token header.

0.4% 2026-06-15
8.1 HIGH

An authenticated Server-Side Request Forgery (SSRF) in the custom scraper subsystem component of Benjamin Jonard Koillection v1.8.0 allows attackers to scan internal resources via supplying a crafted URL.

0.2% 2026-06-15
7.5 HIGH

Incorrect access control in the share-based read endpoints of Sismics Docs (Teedy) v1.11 allow unauthorized attackers to access sensitive endpoints via a crafted request.

0.3% 2026-06-15
8.8 HIGH

Incorrect access control in statping-ng v0.93.0 allows attackers to escalate privileges to Administrator and access sensitive components.

0.3% 2026-06-15
7.5 HIGH

An issue in the /api/v0/pastes endpoint of anna-is-cute paste v0.1.1 allows attackers to cause a Denial of Service (DoS) via a crafted POST request.

0.3% 2026-06-15
8.1 HIGH

Incorrect access control in the impworks Bonsai v6.0 allows authenticated attackers with Editor privileges to escalate privileges to Administrator and execute unauthorized account, password, and configuration changes.

0.2% 2026-06-15
7.5 HIGH

An issue in the uploadPostHandler component of Andrei Marcu linx-server v2.3.8 allows attackers to cause a Denial of Service (DoS) via a crafted POST request.

0.3% 2026-06-15
7.5 HIGH

An issue in the attachment handling component of Feuerhamster MailForm v1.1.0 allows attackers to cause a Denial of Service (DoS) via a crafted request.

0.4% 2026-06-15
7.5 HIGH

An issue in Zhoros SuperBin v1.0.0 allows attackers to execute a directory traversal via supplying files with names containing traversal characters.

0.6% 2026-06-15
8.1 HIGH

Incorrect access control in the /{form}/webhooks/{webhook} endpoint of Deck9 Input v2.0.1 allows authenticated attackers to arbitrarily modify or delete another tenant's webhook via a crafted request.

0.3% 2026-06-15
8.1 HIGH

An OS command injection vulnerability in the /manage/features/media component of kanishka-linux Reminiscence v0.3.0 allows attackers to execute arbitrary commands via supplying a crafted input.

1.1% 2026-06-15
7.5 HIGH

An information disclosure vulnerability in the configuration endpoint of Ben Busby whoogle-search v1.2.3 allows attackers to obtain sensitive information via a crafted GET request.

0.3% 2026-06-15
7.2 HIGH

Discuz! X5.0 releases 20260320 through 20260610 contain a local file inclusion vulnerability that allows authenticated administrators to execute arbitrary code by importing a specially crafted plugin configuration containing path traversal sequences in the directory attribute. Attackers can trigger an exception during plugin installation to bypass sanitization routines, causing malicious paths to be stored unsanitized and subsequently passed to include(), which combined with file upload functionality escalates to arbitrary code execution in the context of the web server user.

0.5% 2026-06-15
8.6 HIGH

In Spring AI Vector Stores, special characters could be used to force the execution of arbitrary queries in Elasticsearch, OpenSearch, and GemFire VectorDB. Affected components: spring-ai-elasticsearch-store, spring-ai-opensearch-store, spring-ai-gemfire-store. Affected versions: Spring AI 1.0.0 through 1.0.x (fix 1.0.9). Spring AI 1.1.0 through 1.1.x (fix 1.1.8).

0.5% 2026-06-15
7.5 HIGH

In Spring Cloud Sleuth, it is possible for a user to provide specially crafted calls that may cause a denial-of-service (DoS) condition. The application is vulnerable when it uses a vulnerable version of org.springframework.cloud:spring-cloud-sleuth-instrumentation and Spring TX instrumentation is not disabled. Affected versions: Spring Cloud Sleuth 3.1.0 through 3.1.13.

0.5% 2026-06-15
8.4 HIGH

An issue in Iru, Inc Kandji Agent before v.4.7.5(5374) allows a local attacker to escalate privileges via a client validation gap to invoke restricted agent functionality.

0.1% 2026-06-15
7.5 HIGH

An issue in Observeinc's Observe v.2026-01-28 and before allows a remote attacker to obtain sensitive information via the CSV Log export component.

0.4% 2026-06-15
8.8 HIGH

A Time-Based Blind SQL Injection vulnerability in the alias_management module of OpenSIPS Control Panel (opensips-cp) prior to version 9.3.3 allows authenticated attackers to execute arbitrary SQL commands via the 'table' GET parameter in alias_management.php.

0.4% 2026-06-15