CVE-2026-77391
Received Received - Intake

Cross-Site Request Forgery in Dynamic Input Field Generator Using HTML CSS and PHP

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

Publication date: 2026-08-21

Last updated on: 2026-08-21

Assigner: VulDB

Description

A security flaw has been discovered in SourceCodester Dynamic Input Field Generator Using HTML, CSS, and PHP 1.0. This affects an unknown function. The manipulation results in cross-site request forgery. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester dynamic_input_field_generator 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Cross-Site Request Forgery (CSRF) vulnerability in the Dynamic Input Field Generator web application. The flaw allows attackers to trick users into submitting unauthorized requests by hosting a malicious page that auto-submits forged requests to the vulnerable application. The attack exploits the lack of CSRF protection in the submit.php file, which processes POST requests without validating their origin or authenticity.

Detection Guidance

Check for the presence of the vulnerable file public/submit.php in the Dynamic Input Field Generator application. Inspect POST requests to this file for missing CSRF tokens. Monitor network traffic for suspicious auto-submitted forms targeting submit.php.

Impact Analysis

An attacker could force your browser to submit fake data to the application without your knowledge, potentially inserting unauthorized entries into the database. This could lead to data corruption, unauthorized actions, or mass forged submissions if the application processes requests without proper validation.

Compliance Impact

This vulnerability could impact compliance by allowing unauthorized data modifications, which may violate integrity requirements in GDPR and HIPAA. If the application handles sensitive data, forged submissions could lead to unauthorized changes, breaching data integrity and potentially exposing personal or health information.

Mitigation Strategies

Implement a per-session CSRF token in forms and validate it in submit.php before processing submissions. Ensure all POST requests to submit.php include and verify this token to prevent unauthorized actions.

Chat Assistant

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

EPSS Chart