CVE-2026-19932
Received Received - Intake

Code Injection in DefaultFuction Notice-System-Managent

Vulnerability report for CVE-2026-19932, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-16

Last updated on: 2026-08-16

Assigner: VulDB

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".

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-16
Last Modified
2026-08-16
Generated
2026-08-16
AI Q&A
2026-08-16
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
defaultfuction notice-system-managent 2.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a code injection flaw in DefaultFuction Notice-System-Managent 2.0. It affects the GroovyShell.evaluate function in the /execute endpoint of NoticeController. Attackers can remotely inject and execute malicious Groovy code without proper sanitization, leading to potential remote code execution and full server compromise.

Detection Guidance

To detect this vulnerability, monitor network traffic for POST requests to the /execute endpoint of NoticeController. Look for unusual Groovy code execution attempts or system command payloads in HTTP requests. Use tools like Wireshark or tcpdump to capture and analyze traffic to this endpoint.

Impact Analysis

This vulnerability allows attackers to execute arbitrary system commands on the server, potentially leading to data breaches, unauthorized access, system compromise, or complete takeover of the affected server. It can also be used to install malware or launch further attacks within the network.

Compliance Impact

This vulnerability likely violates compliance requirements under GDPR and HIPAA due to unauthorized code execution risks, potential data breaches, and lack of proper access controls. It could lead to unauthorized data exposure, violating confidentiality and integrity requirements.

Mitigation Strategies

Immediately disable the /execute endpoint in NoticeController. Implement strict input validation using a whitelist approach for all user-supplied data. Restrict GroovyShell.evaluate() usage or replace it with safer alternatives. Deploy WAF rules to block malicious payloads targeting this endpoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19932. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart