Skip to content
Threat Feed
high advisory

SQL Injection Vulnerability in chiuwingyan house

A publicly disclosed SQL injection vulnerability (CVE-2026-19062) in the house application by chiuwingyan allows unauthenticated remote attackers to execute arbitrary SQL commands via the zuname parameter.

A SQL injection vulnerability has been identified in the house application developed by chiuwingyan, affecting all commits up to dea6bcceaebe2b364a5a209747f48ecc2b2dc670. The flaw resides within the /paid/selectall.action endpoint, where the zuname argument fails to properly sanitize user-supplied input before being included in a database query. This vulnerability can be exploited remotely by an unauthenticated attacker to manipulate backend database operations.

The product follows a continuous delivery model with rolling releases, meaning no specific version numbers are provided for affected or patched states. The developer was notified of the vulnerability but failed to provide a response or a corrective update. Given the public disclosure of the exploit, organizations utilizing this software should verify their deployment status against the provided commit hash and implement network-level filtering to block exploitation attempts.

Impact

Successful exploitation of this vulnerability allows for unauthorized access to the backend database, potentially leading to the exposure of sensitive data, modification of application content, or full administrative takeover of the database layer. As a remote, unauthenticated vulnerability with a CVSS v3.1 score of 7.3, it poses a significant risk to the integrity and confidentiality of the host environment.

Recommendation

  • Review application logs for HTTP requests directed at /paid/selectall.action containing suspicious characters in the zuname parameter, such as single quotes, semicolons, or SQL keywords.
  • Implement input validation and parameterized queries for the zuname argument to mitigate SQL injection risk.
  • Monitor webserver traffic for incoming POST or GET requests to the identified vulnerable endpoint as part of an incident response baseline.
  • If the application is no longer actively maintained, consider isolating the instance from internet-facing networks to prevent external exploitation.

Immediate actions

Deploy the Sigma detection rule to web application firewalls or SIEM.

Detection Engineering 48h

Mitigations

Validate application code for parameterized queries on the zuname parameter.

immediate IT Operations

CVE-2026-19062

Detection coverage 1

Detect CVE-2026-19062 Exploitation - SQL Injection in house Application

high

Detects exploitation attempts targeting the zuname parameter in /paid/selectall.action using common SQL injection characters.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →