CVE-2025-10266
BaseFortify
Publication date: 2025-09-12
Last updated on: 2025-09-15
Assigner: TWCERT/CC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| newtype | nup_portal | sp5.0 |
| newtype | nup_portal | sp5.1 |
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. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
The impact of this vulnerability includes unauthorized access to sensitive data, data modification, and data deletion. Since attackers can execute arbitrary SQL commands without authentication, this can lead to data breaches, loss of data integrity, and potential disruption of services relying on the database.
Can you explain this vulnerability to me?
This vulnerability is a SQL Injection flaw in NUP Pro developed by NewType Infortech. It allows unauthenticated remote attackers to inject arbitrary SQL commands into the system, which can lead to unauthorized reading, modification, and deletion of database contents.