CVE-2007-1406: Trac missing Content-Disposition HTTP header
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.62486%
CWE
-
Published
5/1/2022
Updated
11/18/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
trac | pip | < 0.10.3.1 | 0.10.3.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability relates to missing Content-Disposition headers in file attachment handling. Trac's attachment management system (trac.attachment module) is the logical component responsible for setting these headers. While no explicit patch details are available, the function serving attachments (send_attachment
) would be the primary candidate for this omission. Confidence is medium due to lack of direct commit evidence, but the pattern matches common web security issues involving insecure file delivery.