-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Added template for CVE-2022-24493 (testing) #12966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
902bb7e
Added template for CVE-2022-24493
ehsandeep 01d4d0c
Auto-enhance CVE-2022-24493 with CVE intelligence
89f9fb2
Update CVE-2022-24493.yaml
ehsandeep 1e804a9
Auto-enhance CVE-2022-24493 with CVE intelligence
fccfa4e
Update CVE-2022-24493.yaml
ehsandeep 4af1b92
Auto-enhance CVE-2022-24493 with CVE intelligence
596401c
Update CVE-2022-24493.yaml
ehsandeep 7b65132
Auto-enhance CVE-2022-24493 with CVE intelligence
807fea9
Update CVE-2022-24493.yaml
ehsandeep 3576833
Auto-enhance CVE-2022-24493 with CVE intelligence
be46e72
Auto-enhance CVE-2022-24493 with CVE intelligence
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| # Welcome to Nuclei Templates | ||
| # Learn more at: https://docs.projectdiscovery.io/templates/introduction | ||
|
|
||
| id: CVE-2022-24493 # Unique identifier for the template | ||
|
|
||
| info: | ||
| name: Microsoft LSA Server - Information Disclosure | ||
| author: your-name # Template creator's name or handle | ||
| severity: medium | ||
| description: Simple HTTP GET request with status code matcher # Brief explanation of what this template does. | ||
| reference: | ||
| - https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-24493 | ||
| - https://nvd.nist.gov/vuln/detail/CVE-2022-24493 | ||
| classification: | ||
| cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N | ||
| cvss-score: 5.5 | ||
| cve-id: CVE-2022-24493 | ||
| epss-score: 0.00435 | ||
| epss-percentile: 0.61948 | ||
| cpe: cpe:2.3:o:microsoft:windows_10:-:*:*:*:*:*:*:* | ||
| metadata: | ||
| vendor: microsoft | ||
| product: windows_10 | ||
| shodan-query: cpe:"cpe:2.3:o:microsoft:windows_10" | ||
| max-request: 1 | ||
| tags: example,cve,cve2022 | ||
| remediation: | | ||
| Apply the latest security patches and updates from Microsoft. | ||
| impact: | | ||
| Attackers can retrieve sensitive system information, potentially aiding further malicious activities. | ||
|
|
||
| http: | ||
| - method: GET # HTTP method to use | ||
| path: | ||
| - "{{BaseURL}}/robots.txt" # Request path | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❌ CVE-2022-24493.yaml (Line 36) Weak Matcher Detected Status code matchers alone may cause false positives (rule-based analysis) Error Details: This issue requires manual investigation and cannot be auto-fixed. |
||
| matchers: | ||
| - type: status | ||
| status: | ||
| - 200 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.