CVE-2009-4665: CuteSoft CuteEditor Path Traversal vulnerability
5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.80046%
CWE
Published
5/2/2022
Updated
2/8/2024
KEV Status
No
Technology
C#
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
CuteEditor | nuget | < 6.6 | 6.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly occurs in Load.ashx
's handling of the 'file' parameter. ASP.NET HTTP handlers implement IHttpHandler.ProcessRequest
to handle requests. The lack of path normalization/sanitization in this method when processing user-supplied 'file' parameters enables directory traversal. This matches the CWE-22 pattern and exploit examples showing '../' in the parameter.