Enhancement: cves/2022/CVE-2022-45805.yaml by cs
parent
697efa1e6f
commit
3323bec58a
|
@ -3,7 +3,7 @@ id: CVE-2022-45805
|
|||
info:
|
||||
name: WordPress Paytm Payment Gateway <=2.7.3 - SQL Injection
|
||||
author: theamanrawat
|
||||
severity: high
|
||||
severity: critical
|
||||
description: |
|
||||
WordPress Paytm Payment Gateway plugin through 2.7.3 contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
|
||||
remediation: Update to version 2.7.7 or a newer patched version.
|
||||
|
@ -12,9 +12,9 @@ info:
|
|||
- https://wordpress.org/plugins/paytm-payments/
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-45805
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 8.2
|
||||
cve-id: CVE-2022-45805
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 9.8
|
||||
cwe-id: CWE-89
|
||||
cwe-id: CWE-89
|
||||
metadata:
|
||||
verified: "true"
|
||||
|
@ -43,4 +43,4 @@ requests:
|
|||
- 'contains(body_2, "toplevel_page_paytm")'
|
||||
condition: and
|
||||
|
||||
# Enhanced by md on 2023/03/14
|
||||
# Enhanced by cs on 2023/03/17
|
||||
|
|
Loading…
Reference in New Issue