Skip to content

Stored XSS in the Blog Content #88

Closed as not planned
Closed as not planned
@martinkubecka

Description

FlatPress 1.2.1 - Stored XSS in the Blog Content

A stored Cross Site Scripting (XSS) vulnerability exists in version 1.2.1 of the FlatPress application that allows for arbitrary execution of JavaScript commands.

Steps to reproduce the vulnerability

  1. Visit the FlatPress Administration area.
  2. Navigate to the Entries -> Write Entry.
  3. Enter any Subject.
  4. In the content area put the following payload:
    • <script>alert(document.cookie)</script>

1

  1. Click the Save&Continue button.
  2. Stored XSS payload is triggered.

2

  • Also we can verify the stored XSS payload by navigating to the home page.

3

Discovered by Martin Kubecka, September 15 2021

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions