Description
An issue in dnsmgr v.2.15 and before allows a local attacker to execute arbitrary code via the ping function of the CheckUils.php file
Published: 2026-07-30
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

dnsmgr version 2.15 and prior contain a flaw in the ping routine of the CheckUils.php script that allows a local attacker to run arbitrary commands. The vulnerability is rooted in unsafe handling of user supplied data in a system call, classifying it as a command injection weakness (CWE‑77). Successful exploitation gives the attacker the same privileges as the web application process, potentially compromising the host system entirely.

Affected Systems

Any dnsmgr deployment using version 2.15 or earlier is affected. The CheckUils.php file must be accessible on the host; an attacker with local or privileged access can invoke the ping function and trigger the vulnerability.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity, while the EPSS score of less than 1% suggests that, as of this assessment, the likelihood of exploitation in the wild is low. The vulnerability is not listed in the CISA KEV catalog. The attack vector is local; the attacker needs to reach the server hosting dnsmgr and be able to execute or alter the CheckUils.php script, such as through local file inclusion or by manipulating input to the ping function.

Generated by OpenCVE AI on August 3, 2026 at 12:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade dnsmgr to version 2.16 or later, which removes the vulnerable ping implementation.
  • If an upgrade is not immediately possible, delete or rename the ping function in CheckUils.php to eliminate the code execution path.
  • Restrict file system permissions so that only trusted system users can read or execute CheckUils.php, limiting local access to the vulnerable script.

Generated by OpenCVE AI on August 3, 2026 at 12:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Netcccyun
Netcccyun dnsmgr
Vendors & Products Netcccyun
Netcccyun dnsmgr

Mon, 03 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Title Local Arbitrary Code Execution in dnsmgr via Vulnerable Ping Function

Sun, 02 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
Title Local Code Execution via Ping Function in dnsmgr's CheckUils.php
Weaknesses CWE-78
CWE-94

Fri, 31 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Title Local Code Execution via Ping Function in dnsmgr's CheckUils.php
Weaknesses CWE-78
CWE-94

Fri, 31 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-77
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description An issue in dnsmgr v.2.15 and before allows a local attacker to execute arbitrary code via the ping function of the CheckUils.php file
References

Subscriptions

Netcccyun Dnsmgr
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T17:34:56.183Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-35847

cve-icon Vulnrichment

Updated: 2026-07-31T17:34:34.588Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T21:17:15.057

Modified: 2026-07-31T18:17:14.613

Link: CVE-2026-35847

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T10:22:26Z

Weaknesses
  • CWE-77

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