-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| django-photologue | pip | <= 3.15.1 | 3.16 |
The vulnerability stems directly from the template's use of the '|safe' filter on the user-controlled 'object.caption' field. The commit 960cb06 explicitly removes this filter to enable auto-escaping. The added test case verifies HTML is properly escaped in titles and captions. While not a traditional code function, the template variable rendering with unsafe filtering constitutes the vulnerable implementation point.