Skip to content

Instantly share code, notes, and snippets.

@coleak2021
Created April 16, 2025 03:59
Show Gist options
  • Select an option

  • Save coleak2021/edbd6e0766227ee96a7a4601e50773eb to your computer and use it in GitHub Desktop.

Select an option

Save coleak2021/edbd6e0766227ee96a7a4601e50773eb to your computer and use it in GitHub Desktop.
cve - 2025 - 28102
[CVE-ID]
CVE-2025-28102
[PRODUCT]
flaskBlog - v2.6.1
[TYPE]
Cross Site Scripting (XSS)
[Affected Component]
postContent, postTags, postTitle
[DESCRIPTION]
A cross-site scripting (XSS) vulnerability in flaskBlog v2.6.1 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the postContent parameter at /createpost.
[Mitigation & Fix Recommendations]
Use autoescape to escape the rendered content.
[MORE]
https://github.com/DogukanUrker/flaskBlog/issues/130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment