CVE-2026-18854
Received Received - Intake

SQL Injection in Shandong Hoteam PDM Product Data Management System

Vulnerability report for CVE-2026-18854, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: VulDB

Description

A vulnerability has been found in Shandong Hoteam PDM Product Data Management System up to 8.3.10. The impacted element is the function GetStoredClassByFilter of the file /Base/BaseService.asmx/DataService. The manipulation of the argument FilterString leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
shandong_hoteam pdm_product_data_management_system to 8.3.10 (inc)

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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the Shandong Hoteam PDM Product Data Management System up to version 8.3.10. It exists in the function GetStoredClassByFilter within the file /Base/BaseService.asmx/DataService. The issue arises when the FilterString argument is manipulated, allowing an attacker to inject malicious SQL code. This can lead to unauthorized data access or manipulation.

Detection Guidance

Detecting SQL injection vulnerabilities like this one typically involves inspecting web application logs for suspicious input patterns, such as single quotes or SQL keywords in the FilterString parameter. Use tools like SQLmap to test for SQL injection by sending crafted requests to /Base/BaseService.asmx/DataService with modified FilterString values.

Impact Analysis

If exploited, this vulnerability could allow remote attackers to execute arbitrary SQL commands on the database. This may result in unauthorized access to sensitive data, data corruption, or even complete system compromise. The public disclosure of the exploit increases the risk of real-world attacks.

Compliance Impact

This vulnerability could lead to non-compliance with regulations like GDPR or HIPAA, which require protection of personal and sensitive data. A successful SQL injection attack may result in unauthorized data exposure, violating confidentiality requirements and potentially leading to legal penalties or fines.

Mitigation Strategies

Immediately update the Shandong Hoteam PDM system to the latest version if available. If no patch exists, restrict access to the /Base/BaseService.asmx/DataService endpoint via network firewalls or web application firewalls. Implement input validation to sanitize the FilterString parameter and use parameterized queries to prevent SQL injection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-18854. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart