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.
Published: 2026-08-06
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw in the house application, specifically in the /paid/selectall.action endpoint. By manipulating the zuname query argument, an attacker can inject arbitrary SQL code that is executed against the underlying database. This can lead to the disclosure, modification, or deletion of sensitive data stored in the database. The flaw is associated with CWE-74 and CWE-89, indicating both improper input sanitization and general SQL injection weakness, and it can be triggered remotely via HTTP requests.

Affected Systems

The affected product is chiuwingyan’s house application. All versions of the application released prior to the commit dea6bcceaebe2b364a5a209747f48ecc2b2dc670 are potentially vulnerable. No specific version numbers are listed, and the vendor has not provided a patch or updated release. Currently the escalation is limited to the web application without a known fixed release.

Risk and Exploitability

The CVSS score of 6.9 points to a high risk of data compromise. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. Because the attack vector is remote and the exploitation of the flaw can be performed over the network, the likelihood of exploitation remains significant. Attacker prerequisites are minimal: access to the Web application’s networked interface. The absence of a vendor response or patch increases the window of opportunity, resulting in an overall moderate to high risk of exploitation.

Generated by OpenCVE AI on August 6, 2026 at 23:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate and sanitize the zuname parameter using strict whitelisting or prepared statements to prevent SQL injection, addressing CWE-74 and CWE-89.
  • Configure the database user that the application uses to run with the least privileges possible, limiting the potential damage of an injected query.
  • Apply temporary measures such as a Web Application Firewall rule that blocks or rates limits requests to /paid/selectall.action or restricts that endpoint to authenticated users only until a patch becomes available.

Generated by OpenCVE AI on August 6, 2026 at 23:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
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.
Title chiuwingyan house selectall.action sql injection
First Time appeared Chiuwingyan
Chiuwingyan house
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:chiuwingyan:house:*:*:*:*:*:*:*:*
Vendors & Products Chiuwingyan
Chiuwingyan house
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Chiuwingyan House
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-06T17:15:08.891Z

Reserved: 2026-08-06T08:31:22.835Z

Link: CVE-2026-19062

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T03:45:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')