Cyber Posture

CVE-2026-7841

HighRCEUpdated

Published: 06 May 2026

Published
06 May 2026
Modified
19 May 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0043 62.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-7841 is a high-severity Code Injection (CWE-94) vulnerability in Com (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 37.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Information input validation directly prevents code injection by sanitizing crafted HTTP POST requests to the ASWebCommon.srf endpoint.

prevent

Flaw remediation addresses the specific RCE vulnerability in Notification Settings through patching as per the vendor advisory.

prevent

Least privilege restricts the assignment of System Setting permissions, reducing the attack surface for authenticated exploitation.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Remote code execution via crafted HTTP POST to public-facing web app endpoint (CWE-94 code injection) directly enables T1190 for exploitation of the exposed application and T1059 for resulting arbitrary command execution on the server.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A remote code execution vulnerability exists in Notification Settings on GeoVision GV-ASWeb 6.2.0. An authenticated user with System Setting permissions can execute arbitrary commands on the server by sending a crafted HTTP POST request to the ASWebCommon.srf backend endpoint to…

more

bypass the frontend restrictions.

Deeper analysisAI

CVE-2026-7841 is a remote code execution vulnerability in the Notification Settings component of GeoVision GV-ASWeb version 6.2.0. It allows an authenticated user with System Setting permissions to execute arbitrary commands on the server by sending a crafted HTTP POST request to the ASWebCommon.srf backend endpoint, bypassing frontend restrictions. The vulnerability is classified under CWE-94 (Code Injection) with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for complete server compromise.

An attacker requires network access and low-privilege authentication as a user with System Setting permissions to exploit this flaw. By crafting and sending a malicious POST request to the vulnerable endpoint, the attacker can achieve remote code execution, granting high-impact control over confidentiality, integrity, and availability of the affected server. No user interaction is needed, and the attack has low complexity, making it accessible to moderately skilled adversaries with valid credentials.

For mitigation details, refer to the vendor advisory at https://www.geovision.com.tw/cyber_security.php, published on 2026-05-06.

Details

CWE(s)

Affected Products

Com
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2026-26045Shared CWE-94
CVE-2025-67979Shared CWE-94
CVE-2024-51941Shared CWE-94
CVE-2024-11600Shared CWE-94
CVE-2025-58764Shared CWE-94
CVE-2024-21760Shared CWE-94
CVE-2024-11635Shared CWE-94
CVE-2024-50658Shared CWE-94
CVE-2024-54756Shared CWE-94
CVE-2026-38992Shared CWE-94

References