Skip to content

DaiCuoCms1.3.13 has Cross-Site Scripting (XSS) vulnerability #1

Description

@Facker007

DaiCuoCms version 1.3.13 is vulnerable to a stored Cross-Site Scripting (XSS) vulnerability. An authenticated user with access to the admin panel can inject malicious JavaScript code into article content or other editable fields. This code is then rendered and executed in the context of users who visit the affected frontend pages, potentially leading to session hijacking, phishing, or other malicious actions. The lack of proper input sanitization and output encoding makes this vulnerability exploitable.

Image
Login to the admin panel using the default credentials:
Username: admin
Password: admin888

Navigate to the SEO Optimization settings section.

Inject the following payload into a field such as the site title or description:
"><img src=0 onerror=alert(1)>

Save the changes and visit the homepage.
The malicious script will execute, confirming the XSS vulnerability.

Payload Execution on Homepage:
Image

Vulnerability Verification:
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions