Cyber Posture

CVE-2026-7841

High

Published: 06 May 2026

Published
06 May 2026
Modified
07 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.0036 58.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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.

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.

Security SummaryAI

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)

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

References