Description
A security flaw has been discovered in DefaultFuction Notice-System-Managent 2.0. This issue affects the function GroovyShell.evaluate of the file /execute of the component NoticeController. The manipulation results in code injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. The project confirms, that "it’s being processed".
Published: 2026-08-16
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the GroovyShell.evaluate function within the NoticeController’s /execute component, allowing an attacker to inject and execute arbitrary Groovy code. This flaw facilitates remote code execution, granting attackers the ability to compromise the confidentiality, integrity, and availability of the affected system. The weakness is a classic example of CWE‑74 (Command Injection) combined with CWE‑94 (Code Injection via eval). The CVSS score of 5.3 indicates a moderate severity, and the availability of a public exploit raises practical risk. The existence of an /execute endpoint is inferred from the component name and reference, not explicitly documented in the formal description.

Affected Systems

The affected software is DefaultFuction Notice‑System‑Managent version 2.0, as referenced in the CVE sources. No other versions are explicitly listed, and the product is written in Groovy. The CVE references point to a GitHub repository, implying that the code is publicly hosted. The product’s public exposure, including an /execute endpoint, is inferred from the references and component naming, not directly stated in the CVE data.

Risk and Exploitability

Risk is moderate due to the CVSS score of 5.3, but exploitation is feasible remotely via the publicly documented /execute endpoint. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The existence of a published exploit suggests the attack vector is likely an HTTP POST or similar request to the /execute path; this HTTP-based approach is inferred from the component description and the reference links. Successful exploitation would enable full remote code execution, compromising the entire system.

Generated by OpenCVE AI on August 16, 2026 at 06:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest security patch or update to a newer release of Notice‑System‑Managent if available.
  • Restrict network access to the /execute endpoint, limiting it to trusted IP ranges or internal networks.
  • Configure the application to disable or replace GroovyShell.evaluate with a safer execution model, and validate or sanitize any input that could be executed.

Generated by OpenCVE AI on August 16, 2026 at 06:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 16 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in DefaultFuction Notice-System-Managent 2.0. This issue affects the function GroovyShell.evaluate of the file /execute of the component NoticeController. The manipulation results in code injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. The project confirms, that "it’s being processed".
Title DefaultFuction Notice-System-Managent NoticeController execute GroovyShell.evaluate code injection
First Time appeared Defaultfuction
Defaultfuction notice-system-managent
Weaknesses CWE-74
CWE-94
CPEs cpe:2.3:a:defaultfuction:notice-system-managent:*:*:*:*:*:*:*:*
Vendors & Products Defaultfuction
Defaultfuction notice-system-managent
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

Defaultfuction Notice-system-managent
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-18T14:02:43.322Z

Reserved: 2026-08-15T12:05:40.253Z

Link: CVE-2026-19932

cve-icon Vulnrichment

Updated: 2026-08-18T14:02:37.744Z

cve-icon NVD

Status : Deferred

Published: 2026-08-16T05:16:48.443

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-19932

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T09:45:03Z

Weaknesses
  • CWE-74

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

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')