CVE-2025-65337
Deferred Deferred - Pending Action

Cross-Site Scripting (XSS) in Fantastic Blog CMS via address field

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

Publication date: 2026-07-29

Last updated on: 2026-07-30

Assigner: MITRE

Description

Sourcecodester Fantastic Blog CMS 1.0 is vulnerable to Cross Site Scripting (XSS) in pageEditMember.php via the address field.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-07-30
Generated
2026-08-19
AI Q&A
2026-07-30
EPSS Evaluated
2026-08-18
NVD

Affected Vendors & Products

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

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross Site Scripting (XSS) issue in Sourcecodester Fantastic Blog CMS 1.0. It exists in the pageEditMember.php file and is triggered through the address field. An attacker could inject malicious scripts into this field, which would then execute in the context of other users' browsers.

Detection Guidance

To detect this XSS vulnerability in Fantastic Blog CMS 1.0, inspect pageEditMember.php for improper input validation in the address field. Manually test by submitting crafted input like <script>alert(1)</script> in the address parameter and check for script execution. Use browser developer tools to monitor network requests for suspicious payloads.

Impact Analysis

This XSS vulnerability could allow attackers to steal user sessions, deface the website, or perform actions on behalf of users. If you use this CMS, attackers might compromise user accounts or spread malware through the site.

Compliance Impact

This vulnerability could lead to data breaches, violating GDPR and HIPAA requirements for protecting user data. It may result in unauthorized access to personal information, leading to legal penalties and loss of trust.

Mitigation Strategies

Immediately apply input validation and output encoding to sanitize the address field in pageEditMember.php. Update to the latest patched version if available. Consider using a web application firewall to filter malicious scripts. Temporarily restrict access to the admin panel until patched.

Chat Assistant

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

EPSS Chart