When image files are uploaded, they are made accessible under a name similar to the original file name. There are two issues with this. Both require access to uploading images in order to exploit them, this limits the impact. The first issue is that certain injection attacks can be possible, since not all possible attack vectors are removed from the original file name.
The second issue is that direct access to the images is not access controlled. This is by design, for performance reasons, and documented as such. But it does mean that images not meant to be publicly accessible can be accessed, provided that the image path and filename is correctly deduced and/or guessed, through dictionary attacks and similar.
{ "nvd_published_at": "2022-02-18T18:15:00Z", "github_reviewed_at": "2022-03-04T21:37:26Z", "severity": "CRITICAL", "github_reviewed": true, "cwe_ids": [ "CWE-74" ] }