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.
Published: 2026-08-21
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Request Forgery (CSRF) allowing unauthorized state changes
Action: Patch
AI Analysis

Impact

The flaw exists in an unspecified function of SourceCodester Dynamic Input Field Generator Using HTML, CSS, and PHP 1.0 and permits cross‑site request forgery. An attacker can trick a victim’s browser into sending a forged request that performs a state‑changing operation controlled by the attacker. The underlying weakness involves inadequate authorisation checks (CWE‑862) and the absence of CSRF protection mechanisms (CWE‑352). The impact is that the attacker can perform actions on behalf of the victim without their knowledge, potentially leading to privilege escalation or data manipulation.

Affected Systems

SourceCodester’s Dynamic Input Field Generator Using HTML, CSS, and PHP 1.0 is affected. No additional versions or product variants are listed.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. Exploitation is possible remotely, as the vulnerability can be triggered via normal web traffic. EPSS data is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting it is not a widely known exploited flaw at present. However, public exploits have been released and could be used by attackers who exploit the CSRF flaw by loading the target site in the victim’s browser and leveraging the vulnerable function.

Generated by OpenCVE AI on August 21, 2026 at 03:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Identify deployments of SourceCodester Dynamic Input Field Generator Using HTML, CSS, and PHP 1.0
  • Await and apply the vendor’s official patch or update when released
  • Implement CSRF protection by adding unique, unpredictable tokens to all state‑changing forms and validating them on the server
  • Enforce same‑origin checks on form submissions and verify the Referer header
  • Configure a web application firewall to detect and block suspicious CSRF request patterns

Generated by OpenCVE AI on August 21, 2026 at 03:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
First Time appeared Sourcecodester dynamic Input Field Generator Using Html, Css, And Php
Vendors & Products Sourcecodester dynamic Input Field Generator Using Html, Css, And Php

Fri, 21 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
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.
Title SourceCodester Dynamic Input Field Generator Using HTML, CSS, and PHP cross-site request forgery
First Time appeared Sourcecodester
Sourcecodester dynamic Input Field Generator Using Html Css And Php
Weaknesses CWE-352
CWE-862
CPEs cpe:2.3:a:sourcecodester:dynamic_input_field_generator_using_html_css_and_php:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester dynamic Input Field Generator Using Html Css And Php
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Sourcecodester Dynamic Input Field Generator Using Html, Css, And Php Dynamic Input Field Generator Using Html Css And Php
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-21T16:12:11.426Z

Reserved: 2026-08-20T19:38:09.847Z

Link: CVE-2026-77391

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-21T02:16:27.883

Modified: 2026-08-24T16:40:53.647

Link: CVE-2026-77391

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T12:08:20Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-862

    Missing Authorization