Some manual enhancements to avoid dashboard issues

patch-1
sullo 2023-03-30 15:48:59 -04:00
parent e7d6e402a5
commit 58c2f1beba
3 changed files with 30 additions and 4 deletions

View File

@ -1,11 +1,19 @@
id: inspur-clusterengine-rce
info:
name: Inspur Clusterengine V4 SYSshell RCE
name: Inspur Clusterengine V4 SYSshell - Remote Command Execution
author: ritikchaddha
severity: critical
description: Inspur Clusterengine V4 SYSshell was found and allows remote command execution by design.
reference:
- https://www.inspursystems.com/
- 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:
fofa-query: title="TSCEV4.0"
tags: inspur,clusterengine,rce
@ -32,3 +40,5 @@ requests:
- type: status
status:
- 200
# Enhanced by cs 03/27/2023

View File

@ -1,12 +1,17 @@
id: netis-info-leak
info:
name: Netis E1+ V1.2.32533 - Unauthenticated WiFi Password Leak
name: Netis E1+ V1.2.32533 - WiFi Password Disclosure
author: gy741
severity: medium
severity: critical
description: A vulnerability in Netis allows remote unauthenticated users to disclose the WiFi password of the remote device.
reference:
- 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
requests:
@ -34,3 +39,5 @@ requests:
part: body
regex:
- "'rp_soon_password':'([A-Za-z0-9]+)'"
# Enhanced by cs 03/27/2023

View File

@ -1,11 +1,18 @@
id: nextjs-redirect
info:
name: Next.js Open Redirect on “_next/image” via Improper Path Parsing
name: Next.js <1.2.3 - Open Redirect
author: DhiyaneshDk
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:
- https://github.com/netlify/netlify-ipx/security/advisories/GHSA-9jjv-524m-jm98
- 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:
shodan-query: html:"/_next/static"
tags: redirect,nextjs
@ -25,3 +32,5 @@ requests:
- type: status
status:
- 308
# Enhanced by cs 03/27/2023