CVE-2022-34267
published 2023-12-25CVE-2022-34267: An issue was discovered in RWS WorldServer before 11.7.3. Adding a token parameter with the value of 02 bypasses all authentication requirements. Arbitrary…
PriorityP180critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
42.16%
98.5th percentile
An issue was discovered in RWS WorldServer before 11.7.3. Adding a token parameter with the value of 02 bypasses all authentication requirements. Arbitrary Java code can be uploaded and executed via a .jar archive to the ws-api/v2/customizations/api endpoint.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| rws | worldserver | < 11.7.3 | 11.7.3 |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect unauthenticated access attempts using the magic bypass token value '02' in requests to the WorldServer API — look for GET/POST requests to /ws-api/v2/ paths containing the query parameter token=02. ↗
- →Monitor for JAR file uploads to the /ws-api/v2/customizations/api endpoint, which can be used for remote code execution after authentication bypass. ↗
- →A successful authentication bypass will return HTTP 200 with a JSON body containing '"fullName":"System"' — use this as a confirmation indicator in detection rules. ↗
- →Use Shodan query title:"WorldServer" to identify exposed RWS WorldServer instances that may be vulnerable. ↗
- ·The vulnerability affects RWS WorldServer versions before 11.7.3 only; patched instances (11.7.3+) should not be susceptible to the token=02 bypass. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
RWS WorldServer - Authentication Bypass
nuclei·CVSS 9.8
CVE-2022-34267 [CRITICAL] RWS WorldServer - Authentication Bypass
RWS WorldServer - Authentication Bypass
An issue was discovered in RWS WorldServer before 11.7.3. Adding a token parameter with the value of 02 bypasses all authentication requirements. Arbitrary Java code can be uploaded and executed via a .jar archive to the ws-api/v2/customizations/api endpoint.
Template:
id: CVE-2022-34267
info:
name: RWS WorldServer - Authentication Bypass
author: pdresearch,iamnoooob,rootxharsh,parthmalhotra
severity: critical
description: |
An issue was discovered in RWS WorldServer before 11.7.3. Adding a token parameter with the value of 02 bypasses all authentication requirements. Arbitrary Java code can be uploaded and executed via a .jar archive to the ws-api/v2/customizations/api endpoint.
impact: |
Unauthenticated attackers can bypass all authentication b
No writeups or analysis indexed.
2023-12-25
Published