Skip to content

Mosparo < 1.0.2 - Open Redirect

ID: CVE-2023-5375

Severity: medium

Author: shankaracharya

Tags: cve2023,cve,huntr,mosparo,redirect

Open Redirect in GitHub repository mosparo/mosparo prior to 1.0.2.

id: CVE-2023-5375
info:
name: Mosparo < 1.0.2 - Open Redirect
author: shankaracharya
severity: medium
description: |
Open Redirect in GitHub repository mosparo/mosparo prior to 1.0.2.
remediation: Update to the latest version of mosparo.
reference:
- https://huntr.dev/bounties/3fa2abde-cb58-45a3-a115-1727ece9acb9
- https://nvd.nist.gov/vuln/detail/CVE-2023-5375
- https://github.com/mosparo/mosparo/commit/9d5da367b78b8c883bfef5f332ffea26292f99e8
- https://github.com/fkie-cad/nvd-json-data-feeds
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2023-5375
cwe-id: CWE-601
epss-score: 0.00092
epss-percentile: 0.39191
cpe: cpe:2.3:a:mosparo:mosparo:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: mosparo
product: mosparo
tags: cve2023,cve,huntr,mosparo,redirect
http:
- method: GET
path:
- "{{BaseURL}}/project/switch/1?targetPath=http://oast.pro"
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)oast\.pro.*$'
# digest: 4b0a00483046022100de94202ad24ef92d21f11f262a8ec2e2f681e266ebe79086e99fd8135c204c3602210093ecc4fe6939ceea04dbcda8f21d191247273a92c64e65138c617c80b41bc94f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-5375.yaml"

View on Github