Some manual enhancements to avoid dashboard issues
parent
e7d6e402a5
commit
58c2f1beba
|
@ -1,11 +1,19 @@
|
||||||
id: inspur-clusterengine-rce
|
id: inspur-clusterengine-rce
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Inspur Clusterengine V4 SYSshell RCE
|
name: Inspur Clusterengine V4 SYSshell - Remote Command Execution
|
||||||
author: ritikchaddha
|
author: ritikchaddha
|
||||||
severity: critical
|
severity: critical
|
||||||
|
description: Inspur Clusterengine V4 SYSshell was found and allows remote command execution by design.
|
||||||
reference:
|
reference:
|
||||||
|
- https://www.inspursystems.com/
|
||||||
- https://github.com/MzzdToT/ClusterEngineV4.0sysShell_rce
|
- https://github.com/MzzdToT/ClusterEngineV4.0sysShell_rce
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-21224
|
||||||
|
classification:
|
||||||
|
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
|
||||||
|
cwe-id: CWE-88
|
||||||
|
cve-id: CVE-2020-21224
|
||||||
metadata:
|
metadata:
|
||||||
fofa-query: title="TSCEV4.0"
|
fofa-query: title="TSCEV4.0"
|
||||||
tags: inspur,clusterengine,rce
|
tags: inspur,clusterengine,rce
|
||||||
|
@ -32,3 +40,5 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
|
# Enhanced by cs 03/27/2023
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
id: netis-info-leak
|
id: netis-info-leak
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Netis E1+ V1.2.32533 - Unauthenticated WiFi Password Leak
|
name: Netis E1+ V1.2.32533 - WiFi Password Disclosure
|
||||||
author: gy741
|
author: gy741
|
||||||
severity: medium
|
severity: critical
|
||||||
description: A vulnerability in Netis allows remote unauthenticated users to disclose the WiFi password of the remote device.
|
description: A vulnerability in Netis allows remote unauthenticated users to disclose the WiFi password of the remote device.
|
||||||
reference:
|
reference:
|
||||||
- https://www.exploit-db.com/exploits/48384
|
- https://www.exploit-db.com/exploits/48384
|
||||||
|
- https://www.netis-systems.com/
|
||||||
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
||||||
|
cvss-score: 7.5
|
||||||
|
cwe-id: CWE-200
|
||||||
tags: netis,exposure,edb
|
tags: netis,exposure,edb
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
@ -34,3 +39,5 @@ requests:
|
||||||
part: body
|
part: body
|
||||||
regex:
|
regex:
|
||||||
- "'rp_soon_password':'([A-Za-z0-9]+)'"
|
- "'rp_soon_password':'([A-Za-z0-9]+)'"
|
||||||
|
|
||||||
|
# Enhanced by cs 03/27/2023
|
||||||
|
|
|
@ -1,11 +1,18 @@
|
||||||
id: nextjs-redirect
|
id: nextjs-redirect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Next.js Open Redirect on “_next/image” via Improper Path Parsing
|
name: Next.js <1.2.3 - Open Redirect
|
||||||
author: DhiyaneshDk
|
author: DhiyaneshDk
|
||||||
severity: medium
|
severity: medium
|
||||||
|
description: Next.js contains an open redirect via “_next/image” due to improper path parsing.
|
||||||
|
remediation: Upgrade to Next.js version 1.2.3 or higher.
|
||||||
reference:
|
reference:
|
||||||
|
- https://github.com/netlify/netlify-ipx/security/advisories/GHSA-9jjv-524m-jm98
|
||||||
- https://samcurry.net/universal-xss-on-netlifys-next-js-library/
|
- https://samcurry.net/universal-xss-on-netlifys-next-js-library/
|
||||||
|
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
|
||||||
|
cwe-id: CWE-601
|
||||||
metadata:
|
metadata:
|
||||||
shodan-query: html:"/_next/static"
|
shodan-query: html:"/_next/static"
|
||||||
tags: redirect,nextjs
|
tags: redirect,nextjs
|
||||||
|
@ -25,3 +32,5 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 308
|
- 308
|
||||||
|
|
||||||
|
# Enhanced by cs 03/27/2023
|
||||||
|
|
Loading…
Reference in New Issue