pysec-2022-193
Vulnerability from pysec
Published
2022-04-25 22:15
Modified
2022-05-17 23:28
Details
flask-session-captcha is a package which allows users to extend Flask by adding an image based captcha stored in a server side session. In versions prior to 1.2.1, he captcha.validate()
function would return None
if passed no value (e.g. by submitting an having an empty form). If implementing users were checking the return value to be False, the captcha verification check could be bypassed. Version 1.2.1 fixes the issue. Users can workaround the issue by not explicitly checking that the value is False. Checking the return value less explicitly should still work.
Impacted products
Name | purl | flask-session-captcha | pkg:pypi/flask-session-captcha |
---|
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "flask-session-captcha", "purl": "pkg:pypi/flask-session-captcha" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2811ae23a38d33b620fb7a07de8837c6d65c13e4" } ], "repo": "https://github.com/Tethik/flask-session-captcha", "type": "GIT" }, { "events": [ { "introduced": "0" }, { "fixed": "1.2.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.1.0", "1.2.0" ] } ], "aliases": [ "CVE-2022-24880", "GHSA-7r87-cj48-wj45" ], "details": "flask-session-captcha is a package which allows users to extend Flask by adding an image based captcha stored in a server side session. In versions prior to 1.2.1, he `captcha.validate()` function would return `None` if passed no value (e.g. by submitting an having an empty form). If implementing users were checking the return value to be **False**, the captcha verification check could be bypassed. Version 1.2.1 fixes the issue. Users can workaround the issue by not explicitly checking that the value is False. Checking the return value less explicitly should still work.", "id": "PYSEC-2022-193", "modified": "2022-05-17T23:28:25.264091Z", "published": "2022-04-25T22:15:00Z", "references": [ { "type": "WEB", "url": "https://github.com/Tethik/flask-session-captcha/releases/tag/v1.2.1" }, { "type": "WEB", "url": "https://github.com/Tethik/flask-session-captcha/pull/27" }, { "type": "FIX", "url": "https://github.com/Tethik/flask-session-captcha/commit/2811ae23a38d33b620fb7a07de8837c6d65c13e4" }, { "type": "ADVISORY", "url": "https://github.com/Tethik/flask-session-captcha/security/advisories/GHSA-7r87-cj48-wj45" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…