6.5 CVE-2025-55736

Exploit
 

flaskBlog is a blog app built with Flask. In 2.8.0 and earlier, an arbitrary user can change his role to "admin", giving its relative privileges (e.g. delete users, posts, comments etc.). The problem is in the routes/adminPanelUsers file.
https://nvd.nist.gov/vuln/detail/CVE-2025-55736

Categories

CWE-425 : Direct Request ('Forced Browsing')
Web applications susceptible to direct request attacks often make the false assumption that such resources can only be reached through a given navigation path and so only apply authorization at certain points in the path.

References

security-advisories@github.com Exploit


 

CPE

cpe start end
Configuration 1
cpe:2.3:a:dogukanurker:flaskblog:*:*:*:*:*:*:*:* <= 2.8.0


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
https://github.com/DogukanUrker/FlaskBlog/security/advisories/GHSA-6q83-vfmq-...


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
127 Directory Indexing
Medium
143 Detect Unpublicized Web Pages
Low
144 Detect Unpublicized Web Services
Low
668 Key Negotiation of Bluetooth Attack (KNOB)
High
87 Forceful Browsing
High


MITRE


Techniques

id description
T1083 File and Directory Discovery
T1565.002 Data Manipulation: Transmitted Data Manipulation
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

Mitigations

id description
M1041 Encrypt all important data flows to reduce the impact of tailored modifications on data in transit.
© 2022 The MITRE Corporation. Esta obra se reproduce y distribuye con el permiso de The MITRE Corporation.