CVE tracker
330 subscribers
4.59K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2026-12165 - Contest Gallery <= 30.0.2 - Authenticated (Author+) Privilege Escalation via 'RegistryUserRole' Parameter

CVE ID :CVE-2026-12165
Published : June 17, 2026, 9:30 a.m. | 30 minutes ago
Description :The Contest Gallery – Upload & Vote Photos, Media, Sell with PayPal & Stripe plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 30.0.2 via the `RegistryUserRole` parameter. This is due to the plugin's admin menu being registered at the `edit_posts` capability level — granting Contributor-level users access to the plugin's admin pages and a valid `cg_admin` nonce — while the option-saving handler in `change-options-and-sizes.php` performs no `current_user_can()` capability check beyond `check_admin_referer('cg_admin')`, and the `RegistryUserRole` value is processed only through `sanitize_text_field()` and `htmlentities()` without restriction to an allowlist of permitted role names. This makes it possible for authenticated attackers, with author-level access and above, to overwrite the plugin's stored `RegistryUserRole` option with `administrator`, which the `cg_create_wp_user_from_google_user` function then reads back from the `contest_gal1ery_registry_and_login_options` database table without any allowlist validation and passes directly to `wp_update_user()`, effectively promoting a newly registered Google sign-in account to Administrator.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-40756 - WordPress Zoya theme <= 1.4 - PHP Object Injection vulnerability

CVE ID :CVE-2026-40756
Published : June 17, 2026, 12:47 p.m. | 1 hour, 15 minutes ago
Description :Unauthenticated PHP Object Injection in Zoya <= 1.4 versions.
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-40757 - WordPress Château theme <= 1.2.1 - PHP Object Injection vulnerability

CVE ID :CVE-2026-40757
Published : June 17, 2026, 12:47 p.m. | 1 hour, 15 minutes ago
Description :Unauthenticated PHP Object Injection in Château <= 1.2.1 versions.
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-49108 - WordPress Moderno theme < 1.43 - PHP Object Injection vulnerability

CVE ID :CVE-2026-49108
Published : June 17, 2026, 12:47 p.m. | 1 hour, 15 minutes ago
Description :Unauthenticated PHP Object Injection in Moderno < 1.43 versions.
Severity: 9.8 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-52707 - WordPress Kastell theme <= 2.0 - Local File Inclusion vulnerability

CVE ID :CVE-2026-52707
Published : June 17, 2026, 12:47 p.m. | 1 hour, 15 minutes ago
Description :Unauthenticated Local File Inclusion in Kastell <= 2.0 versions.
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-52716 - WordPress WorkScout-Core plugin <= 1.7.11 - Arbitrary File Deletion vulnerability

CVE ID :CVE-2026-52716
Published : June 17, 2026, 12:47 p.m. | 1 hour, 15 minutes ago
Description :Unauthenticated Arbitrary File Deletion in WorkScout-Core <= 1.7.11 versions.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-49268 - Apache Shiro: LDAP DN Injection in DefaultLdapRealm

CVE ID :CVE-2026-49268
Published : June 17, 2026, 1:07 p.m. | 54 minutes ago
Description :A remote attacker can inject LDAP special characters into the Distinguished Name (DN) construction in DefaultLdapRealm class. User-supplied username input is directly concatenated into the LDAP DN template without any escaping of RFC 2253 special characters. This allows an attacker to manipulate the DN structure used for LDAP bind authentication, potentially bypassing authentication or impersonating other users. This issue affects all Apache Shiro versions through 2.2.0, and 3.0.0-alpha-1 when using DefaultLdapRealm Upgrade to Apache Shiro 2.2.1 or 3.0.0-alpha-2 or later, which fixes the issue.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-60229 - WordPress Lagom theme <= 2.0 - PHP Object Injection vulnerability

CVE ID :CVE-2025-60229
Published : June 17, 2026, 1:12 p.m. | 50 minutes ago
Description :Deserialization of Untrusted Data vulnerability in Themeton Lagom allows Object Injection. This issue affects Lagom: from n/a through 2.0.
Severity: 9.8 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-10641 - Out-of-bounds write in Bluetooth HFP Hands-Free CIND indicator parsing (cind_handle_values)

CVE ID :CVE-2026-10641
Published : June 17, 2026, 1:14 p.m. | 48 minutes ago
Description :Zephyr's Bluetooth Classic Hands-Free Profile (HFP) Hands-Free role parser (subsys/bluetooth/host/classic/hfp_hf.c) contains an out-of-bounds write. During Service Level Connection setup the HF sends AT+CIND=? and parses the AG's +CIND: response in cind_handle(), which assigns a per-entry counter index and calls cind_handle_values() for each list element. cind_handle_values() then wrote hf-ind_table[index] = i without verifying that index is within the 20-element int8_t ind_table[] array of struct bt_hfp_hf. Because the parser places no cap on the number of +CIND: list entries, a remote Attendant Gateway (a malicious, compromised, or spoofed peer the device connects to over Bluetooth) can send a response with more than 20 recognized indicator entries and drive index arbitrarily large, writing a small attacker-positioned value past the array into adjacent struct fields (feature masks, SDP/version state, the calls[] array, work/atomic bookkeeping) and potentially beyond the static connection pool slot. This yields memory corruption and at least denial of service of the Bluetooth host, triggered by a single malformed AT response with no user interaction. The sibling consumer ag_indicator_handle_values() already performed the equivalent bounds check; this commit adds the same index = ARRAY_SIZE(hf-ind_table) guard to close the gap. Affects builds with CONFIG_BT_HFP_HF enabled; introduced with the original HFP HF CIND parser (~v1.7) and present through v4.4.0.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-60230 - WordPress The Barber Shop theme <= 1.9 - PHP Object Injection vulnerability

CVE ID :CVE-2025-60230
Published : June 17, 2026, 1:15 p.m. | 47 minutes ago
Description :Deserialization of Untrusted Data vulnerability in Themeton The Barber Shop allows Object Injection. This issue affects The Barber Shop: from n/a through 1.9.
Severity: 9.8 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54819 - WordPress Listdom plugin <= 5.4.0 - SQL Injection vulnerability

CVE ID :CVE-2026-54819
Published : June 17, 2026, 1:16 p.m. | 46 minutes ago
Description :Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Webilia Inc. Listdom allows Blind SQL Injection. This issue affects Listdom: from n/a through 5.4.0.
Severity: 9.3 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54417 - Integer Overflow in rxi/microtar mtar_next() Causes Infinite Loop DoS

CVE ID :CVE-2026-54417
Published : June 17, 2026, 1:25 p.m. | 36 minutes ago
Description :An integer overflow in the mtar_next() function in src/microtar.c in rxi microtar 0.1.0 allows a remote attacker to cause a denial of service (uncontrolled CPU consumption / infinite loop) via a crafted tar archive. mtar_next() computes the offset to the next record as round_up(h.size, 512) + sizeof(mtar_raw_header_t) using 32-bit arithmetic. When the header size field is a multiple of 512 in the range 0xFFFFFC01-0xFFFFFE00 (e.g. 0xFFFFFE00), the addition wraps to 0, so mtar_next() seeks to the current record position instead of advancing. As a result, mtar_find() and any loop that iterates entries with mtar_next() repeat indefinitely over the same record, hanging the process at 100% CPU with no recovery.
Severity: 8.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54818 - WordPress Slimstat Analytics plugin <= 5.4.11 - SQL Injection vulnerability

CVE ID :CVE-2026-54818
Published : June 17, 2026, 1:35 p.m. | 27 minutes ago
Description :Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in VeronaLabs Slimstat Analytics allows Blind SQL Injection. This issue affects Slimstat Analytics: from n/a through 5.4.11.
Severity: 8.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54817 - WordPress MStore API plugin <= 4.18.4 - Broken Authentication vulnerability

CVE ID :CVE-2026-54817
Published : June 17, 2026, 1:36 p.m. | 26 minutes ago
Description :Authentication Bypass Using an Alternate Path or Channel vulnerability in FluxBuilder MStore API allows Password Recovery Exploitation. This issue affects MStore API: from n/a through 4.18.4.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54816 - WordPress Advanced Ads plugin <= 2.0.21 - Remote Code Execution (RCE) vulnerability

CVE ID :CVE-2026-54816
Published : June 17, 2026, 1:37 p.m. | 25 minutes ago
Description :Improper Control of Generation of Code ('Code Injection') vulnerability in Monetizemore Advanced Ads allows Remote Code Inclusion. This issue affects Advanced Ads: from n/a through 2.0.21.
Severity: 7.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54815 - WordPress Cargo Shipping Location for WooCommerce plugin <= 5.6 - SQL Injection vulnerability

CVE ID :CVE-2026-54815
Published : June 17, 2026, 1:40 p.m. | 22 minutes ago
Description :Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Cargo RD Cargo Shipping Location for WooCommerce allows Blind SQL Injection. This issue affects Cargo Shipping Location for WooCommerce: from n/a through 5.6.
Severity: 9.3 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54814 - WordPress Motors plugin <= 1.4.109 - Local File Inclusion vulnerability

CVE ID :CVE-2026-54814
Published : June 17, 2026, 1:41 p.m. | 21 minutes ago
Description :Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in StylemixThemes Motors allows PHP Local File Inclusion. This issue affects Motors: from n/a through 1.4.109.
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-9591 - Cross-Site Request Forgery (CSRF) in SimplCommerce News Module

CVE ID :CVE-2026-9591
Published : June 17, 2026, 1:41 p.m. | 20 minutes ago
Description :Cross-site request forgery (CSRF) in NewsItemApiController in SimplCommerce prior to commit 6233d73e allows an unauthenticated remote attacker to create or modify news items as an administrator via a crafted form submitted to `/api/news-items`, due to missing anti-CSRF protection.
Severity: 8.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-54813 - WordPress SureDash plugin <= 1.8.0 - SQL Injection vulnerability

CVE ID :CVE-2026-54813
Published : June 17, 2026, 1:44 p.m. | 18 minutes ago
Description :Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Brainstorm Force SureDash allows Blind SQL Injection. This issue affects SureDash: from n/a through 1.8.0.
Severity: 8.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-55738 - Stack Buffer Overflow in rxi/microtar raw_to_header() via non-null-terminated TAR name field

CVE ID :CVE-2026-55738
Published : June 17, 2026, 1:45 p.m. | 17 minutes ago
Description :A stack-based buffer overflow exists in the raw_to_header() function in src/microtar.c in rxi microtar 0.1.0. The function copies the 100-byte name and linkname fields of a TAR header with strcpy() without guaranteeing null termination of the source. The POSIX ustar format permits these fixed-width fields to be fully populated with non-null bytes, so a crafted archive whose linkname field (followed by the trailing padding of the 512-byte raw header) contains no null terminator causes strcpy() to read past the end of the 512-byte raw header stack buffer and to write past the destination header buffer. A remote attacker who supplies a crafted TAR archive that the victim opens or parses (via mtar_open(), mtar_read_header(), or mtar_find()) can cause an out-of-bounds read and a stack buffer overflow, resulting in denial of service (crash) and potentially arbitrary code execution. Confirmed with AddressSanitizer: stack-buffer-overflow READ of size 356 in raw_to_header at src/microtar.c:112.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-60231 - WordPress The Hospital theme <= 1.8.1 - PHP Object Injection vulnerability

CVE ID :CVE-2025-60231
Published : June 17, 2026, 1:46 p.m. | 16 minutes ago
Description :Deserialization of Untrusted Data vulnerability in EMV The Hospital nrghospital allows Object Injection. This issue affects The Hospital: from n/a through 1.8.1.
Severity: 9.8 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...