VORANT. Threat Intelligence Sign in Get the full feed

Pro3W CMS version 1.2.0 contains an unauthenticated SQL injection vulnerability allowing…

critical vulnerability

Pro3W CMS version 1.2.0 contains an unauthenticated SQL injection vulnerability allowing attackers to bypass authentication and gain administrative access.

CERT Polska coordinated the disclosure of CVE-2025-15498, a SQL injection vulnerability in Pro3W CMS software. The flaw exists in the login form where improper input neutralization allows unauthenticated attackers to bypass authentication mechanisms and obtain administrative privileges. The vulnerability was confirmed in version 1.2.0, though the exact affected version range remains undetermined due to lack of vendor response.

The vulnerability represents a critical risk as it combines unauthenticated access with the ability to escalate to full administrative control through a common attack vector. SQL injection in authentication forms is a well-understood attack pattern that can be readily exploited by attackers with basic technical skills.

The vendor has not responded to disclosure efforts, though CERT Polska indicates versions released in January 2026 and later should address the issue. Organizations running Pro3W CMS should immediately verify their version and update to the latest release if available. The vulnerability was responsibly reported by security researcher Jacek Czepil.

Mentioned in this report

Vulnerabilities CVE-2025-15498

Detection guidance

Possible SQL Injection Attempt Against CMS Login Form

ATT&CK T1190

Detects common SQL injection meta-characters/tokens submitted to login or authentication endpoints, consistent with unauthenticated SQLi auth-bypass exploitation such as CVE-2025-15498 in Pro3W CMS. Auto-generated starting point — validate and tune in your environment before deploying. IOC matches can false-positive on shared infrastructure and decay as adversary infrastructure rotates.

title: Possible SQL Injection Attempt Against CMS Login Form
logsource:
  category: webserver
  product: webserver
detection:
  selection_path:
    cs-uri-stem|contains:
    - login
    - signin
    - auth
  selection_sqli:
    cs-uri-query|contains:
    - ''' OR '''
    - ''' OR 1=1'
    - 1=1--
    - UNION SELECT
    - UNION ALL SELECT
    - admin'--
    - ''' --'
    - sleep(
    - benchmark(
    - xp_cmdshell
  condition: selection_path and selection_sqli
fields:
- c-ip
- cs-uri-stem
- cs-uri-query
- cs-method
- sc-status
falsepositives:
- Security scanners or penetration testing tools deliberately probing login forms
- Automated vulnerability assessment / QA fuzzing of authentication endpoints
level: high
tags:
- attack.t1190
- attack.initial_access
id: f0190adf-54f3-5072-a509-6c8e19772673
status: experimental
author: Vorant

Administrative Authentication Success Immediately Following Suspicious Login Request

ATT&CK T1078

Flags an HTTP response indicating successful authentication or redirection to an administrative panel occurring in the same request/session as SQL injection style payload in login parameters, suggesting authentication bypass via SQLi. Auto-generated starting point — validate and tune in your environment before deploying. IOC matches can false-positive on shared infrastructure and decay as adversary infrastructure rotates.

title: Administrative Authentication Success Immediately Following Suspicious Login
  Request
logsource:
  category: webserver
  product: webserver
detection:
  selection_sqli_payload:
    cs-uri-query|contains:
    - ''' OR '''
    - ''' OR 1=1'
    - admin'--
    - UNION SELECT
  selection_admin_success:
    cs-uri-stem|contains:
    - /admin
    - /dashboard
    - /panel
    sc-status:
    - 200
    - 302
  condition: selection_sqli_payload and selection_admin_success
falsepositives:
- Legitimate administrators whose credentials happen to contain apostrophes or SQL-like
  characters (rare)
- Vulnerability scanners validating the SQLi finding as part of authorized testing
level: high
tags:
- attack.t1078
- attack.initial_access
- attack.defense_evasion
id: f65c78ed-a233-5e86-8073-51dff873393c
status: experimental
author: Vorant

Behavioural rules are generated from public reporting — validate in your environment before deploying.

Source reporting: https://cert.pl/en/posts/2026/02/CVE-2025-15498

This is the public brief

Subscribers see the full picture: extracted IOCs, ready-to-deploy detections (Sigma, Splunk, KQL, Elastic, YARA, Suricata), the entity graph, TAXII 2.1 feed and real-time alerts matched to your sectors.

Start free