CVE-2025-57104
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-15

Last updated on: 2025-09-20

Assigner: MITRE

Description
Teampel 5.1.6 is vulnerable to SQL Injection in /Common/login.aspx.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-15
Last Modified
2025-09-20
Generated
2026-06-16
AI Q&A
2025-09-15
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
zeon teampel 5.1.6
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-57104 is an SQL injection vulnerability in Teampel version 5.1.6, specifically in the /Common/login.aspx page. An attacker can inject malicious SQL code into a user input field, such as the password field, to manipulate the SQL query. For example, using a payload like `-1' OR 1=1 AND 1=1 --` allows the attacker to bypass authentication controls and gain unauthorized access to the backend system. [1]

Impact Analysis

This vulnerability can allow an attacker to bypass authentication and gain unauthorized access to the backend system. This unauthorized access could lead to data breaches, manipulation or theft of sensitive information, and potential control over the affected system. [1]

Detection Guidance

This vulnerability can be detected by testing the /Common/login.aspx input fields for SQL injection. For example, you can attempt to input the payload `-1' OR 1=1 AND 1=1 --` in the username or password fields to see if authentication is bypassed. Network monitoring tools can also look for such suspicious payloads in HTTP requests targeting /Common/login.aspx. [1]

Mitigation Strategies

Immediate mitigation steps include disabling or restricting access to the /Common/login.aspx page, applying input validation and parameterized queries to prevent SQL injection, and monitoring for suspicious login attempts using payloads like `-1' OR 1=1 AND 1=1 --`. If a patch or update for Teampel 5.1.6 is available, apply it promptly to fix the vulnerability. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-57104. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart