Description
Sourcecodester Fantastic Blog CMS 1.0 is vulnerable to Cross Site Scripting (XSS) in pageEditMember.php via the address field.
Published: 2026-07-29
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in pageEditMember.php of Fantastic Blog CMS 1.0. An attacker who can submit form data to the address field can inject arbitrary script that will run in the browser of any user visiting the page. This XSS can be leveraged to steal session cookies, deface content or redirect users to malicious sites. The vulnerability is an instance of reflected or possibly stored cross‑site scripting as the address field is not sanitized before rendering.

Affected Systems

Sourcecodester Fantastic Blog CMS 1.0 is affected. No additional vendor or product variations are listed, and no patch level is specified beyond the 1.0 release.

Risk and Exploitability

The CVSS score of 6.1 indicates a medium risk. The EPSS score is under 1 %, implying a low likelihood of exploitation at the time of this analysis. The vulnerability is not listed in CISA KEV. An attacker can exploit it by visiting the pageEditMember.php page with a crafted address value, assuming the user is authenticated or the page is publicly accessible. Successful exploitation would allow client‑side script execution within the context of the site.

Generated by OpenCVE AI on August 4, 2026 at 12:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest version of Fantastic Blog CMS or apply the vendor’s patch if one is released.
  • Validate and sanitize all input fields, including the address field, and perform proper output encoding before displaying data to prevent script injection.
  • Restrict access to the pageEditMember.php endpoint to authorized administrators and implement CSRF protection to reduce the risk of unauthorized form submissions.

Generated by OpenCVE AI on August 4, 2026 at 12:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Title Cross‑Site Scripting via Address Field in Fantastic Blog CMS 1.0

Sat, 01 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
Title Cross‑Site Scripting via Address Field in Fantastic Blog CMS 1.0

Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester fantastic Blog Cms
Vendors & Products Sourcecodester
Sourcecodester fantastic Blog Cms

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

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

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

ssvc

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


Wed, 29 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description Sourcecodester Fantastic Blog CMS 1.0 is vulnerable to Cross Site Scripting (XSS) in pageEditMember.php via the address field.
References

Subscriptions

Sourcecodester Fantastic Blog Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T17:40:12.190Z

Reserved: 2025-11-18T00:00:00.000Z

Link: CVE-2025-65337

cve-icon Vulnrichment

Updated: 2026-07-30T16:08:04.093Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T21:17:45.760

Modified: 2026-07-30T19:16:59.047

Link: CVE-2025-65337

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:45:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')