CVE-2025-41771
Received
Received - Intake
SQL Injection in Controller Web Interface Notification System
Vulnerability report for CVE-2025-41771, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-12
Last updated on: 2026-08-12
Assigner: CERT VDE
Description
Description
An authenticated attacker with low privileges can access an endpoint in the controller’s web interface that is vulnerable to SQL injection. The vulnerability affects a SQLite database used only for storing notification messages. Therefore, the impact is limited to the system’s notification functionality.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phoenix_contact | plcnext_firmware | to 2026.0.3 (exc) |
| phoenix_contact | catan_c1 | * |
| phoenix_contact | epc_1502 | * |
| phoenix_contact | epc_1522 | * |
| phoenix_contact | axc_f_series_controllers | * |
| phoenix_contact | bpc_9102s | * |
| phoenix_contact | bpc_9202s | * |
| phoenix_contact | rfc_4072r | * |
| phoenix_contact | rfc_4072s | * |
| phoenix_contact | vl3_upc_2440_edge | * |
| phoenix_contact | vplcnext_control | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |