CVE-2026-19062
Received Received - Intake

SQL Injection in House Application via zuname Parameter

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

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: VulDB

Description

A vulnerability has been found in chiuwingyan house up to dea6bcceaebe2b364a5a209747f48ecc2b2dc670. This affects an unknown part of the file /paid/selectall.action. The manipulation of the argument zuname leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. 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-06
Last Modified
2026-08-06
Generated
2026-08-07
AI Q&A
2026-08-07
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Currently, no data is known.

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 chiuwingyan house software. It exists in the /paid/selectall.action file where the zuname argument is improperly handled. Attackers can manipulate this input to execute malicious SQL commands on the database.

Detection Guidance

Detecting SQL injection vulnerabilities like this one typically involves checking web application logs for suspicious input patterns in the zuname parameter of /paid/selectall.action. Look for requests containing SQL keywords such as 'UNION', 'SELECT', 'INSERT', or unusual characters like single quotes or semicolons. Use tools like SQLmap to test for injection points by sending crafted payloads to the parameter.

Impact Analysis

An attacker could exploit this to read, modify, or delete sensitive data in the database. This may lead to unauthorized access to user information, financial data, or other confidential records. The attack can be performed remotely without authentication.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for data protection and access controls. It could result in unauthorized data exposure, leading to legal penalties, fines, or regulatory actions against the organization responsible for the software.

Mitigation Strategies

Immediately apply input validation and sanitization to the zuname parameter to block SQL injection attempts. Use parameterized queries or prepared statements in the application code. Temporarily restrict access to the /paid/selectall.action endpoint if possible. Monitor network traffic for signs of exploitation attempts and update the application once a patch is available.

Chat Assistant

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

EPSS Chart