Description
A vulnerability was found in diaowen DWSurvey up to 6.14.0. Impacted is the function in DwDeisgnSurveyController.devSurvey. of the file /api/dwsurvey/app/v6/dw-design-survey/dev-survey.do of the component Survey Handler. The manipulation results in authorization bypass. The attack can be launched remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-04
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the DwDeisgnSurveyController.devSurvey function of the DWSurvey application. An attacker can invoke the /api/dwsurvey/app/v6/dw-design-survey/dev-survey.do endpoint and bypass normal authorization checks, potentially reading or altering survey content. The weakness aligns with CWE-285, Missing Authorization, and CWE-639, Authorization Bypass Through User‑Controlled Key, indicating that improper verification of user privileges is at fault. As a result, unauthenticated or poorly authenticated users may gain unauthorized access to sensitive survey information, leading to confidentiality leakage or data tampering.

Affected Systems

This issue affects diaowen’s DWSurvey product, specifically versions up to and including 6.14.0. The vulnerability is present in the Survey Handler component of the application. No newer versions are listed as affected.

Risk and Exploitability

The CVSS score of 5.3 suggests a moderate severity. EPSS data is not available, so the exploitation likelihood cannot be quantified, but the CVE description states that the exploit has been made public and can be launched remotely. The vulnerability is not listed in CISA’s KEV catalog, indicating no confirmed, widespread attacks yet, but the remote nature and lack of vendor response mean that organizations using the affected versions should consider the risk of unauthorized access. The likely attack vector is a remote request to the exposed endpoint, and if an attacker can craft the request (e.g., by controlling input values), they can bypass normal authorization checks.

Generated by OpenCVE AI on August 4, 2026 at 09:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify whether diaowen has released a patch for DWSurvey versions 6.14.0 or earlier; apply it when available.
  • Immediately disable or restrict access to the /api/dwsurvey/app/v6/dw-design-survey/dev-survey.do endpoint if not required for business processes, for example by using firewall rules or application layer access controls.
  • Implement additional authorization checks at the application layer to enforce proper user privilege validation and reject requests lacking valid credentials. This mitigates CWE-285 and CWE-639 weaknesses.

Generated by OpenCVE AI on August 4, 2026 at 09:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 04 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in diaowen DWSurvey up to 6.14.0. Impacted is the function in DwDeisgnSurveyController.devSurvey. of the file /api/dwsurvey/app/v6/dw-design-survey/dev-survey.do of the component Survey Handler. The manipulation results in authorization bypass. The attack can be launched remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title diaowen DWSurvey dev-survey.do in DwDeisgnSurveyController.devSurvey. authorization
First Time appeared Diaowen
Diaowen dwsurvey
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:diaowen:dwsurvey:*:*:*:*:*:*:*:*
Vendors & Products Diaowen
Diaowen dwsurvey
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Diaowen Dwsurvey
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-04T14:20:14.881Z

Reserved: 2026-08-03T17:50:34.988Z

Link: CVE-2026-18722

cve-icon Vulnrichment

Updated: 2026-08-04T14:20:10.884Z

cve-icon NVD

Status : Deferred

Published: 2026-08-04T04:16:32.280

Modified: 2026-08-12T20:59:00.027

Link: CVE-2026-18722

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T09:30:06Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key