Skip to content
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

feat(cwe): add cwe top25 2022 #1504

Merged
merged 1 commit into from
Aug 4, 2022
Merged

Conversation

MaineK00n
Copy link
Collaborator

What did you implement:

add cwe top25 2022.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

$ vuls report --format-full-text
...
+------------------------+----------------------------------------------------------------------------------+
| CVE-2020-25743         | UNFIXED                                                                          |
+------------------------+----------------------------------------------------------------------------------+
| Max Score              | 3.9 LOW (ubuntu)                                                                 |
| nvd                    | 3.2/CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L LOW                             |
| jvn                    | 3.2/CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L LOW                             |
| ubuntu                 | 0.1-3.9 LOW                                                                      |
| nvd                    | 2.1/AV:L/AC:L/Au:N/C:N/I:N/A:P LOW                                               |
| jvn                    | 2.1/AV:L/AC:L/Au:N/C:N/I:N/A:P LOW                                               |
| Summary                | hw/ide/pci.c in QEMU before 5.1.1 can trigger a NULL pointer dereference because |
|                        | it lacks a pointer check before an ide_cancel_dma_sync call.                     |
| Primary Src            | https://nvd.nist.gov/vuln/detail/CVE-2020-25743                                  |
| Primary Src            | http://people.ubuntu.com/~ubuntu-security/cve/CVE-2020-25743                     |
| Patch                  | http://www.openwall.com/lists/oss-security/2020/09/29/1                          |
| Patch                  | https://bugzilla.redhat.com/show_bug.cgi?id=1881409                              |
| Patch                  | https://lists.nongnu.org/archive/html/qemu-devel/2020-09/msg05967.html           |
| Affected Pkg           | qemu-1:4.2-3ubuntu6.23 -> Not fixed yet                                          |
| Confidence             | 100 / OvalMatch                                                                  |
| CWE                    | [CWE(2019) Top14] CWE-476: NULL Pointer Dereference (nvd)                        |
| CWE                    | [CWE(2020) Top13] CWE-476: NULL Pointer Dereference (nvd)                        |
| CWE                    | [CWE(2021) Top16] CWE-476: NULL Pointer Dereference (nvd)                        |
| CWE                    | [CWE(2022) Top11] CWE-476: NULL Pointer Dereference (nvd)                        |
| CWE                    | [CWE/SANS(latest) Top14]  CWE-476: NULL Pointer Dereference (nvd)                |
| CWE                    | https://cwe.mitre.org/data/definitions/CWE-476.html                              |
| CWE(2019) Top25        | https://cwe.mitre.org/top25/archive/2019/2019_cwe_top25.html                     |
| CWE(2020) Top25        | https://cwe.mitre.org/top25/archive/2020/2020_cwe_top25.html                     |
| CWE(2021) Top25        | https://cwe.mitre.org/top25/archive/2021/2021_cwe_top25.html                     |
| CWE(2022) Top25        | https://cwe.mitre.org/top25/archive/2022/2022_cwe_top25.html                     |
| SANS/CWE(latest) Top25 | https://www.sans.org/top25-software-errors/                                      |
+------------------------+----------------------------------------------------------------------------------+
...

Checklist:

You don't have to satisfy all of the following.

  • Write tests
  • Write documentation
  • Check that there aren't other open pull requests for the same issue/feature
  • Format your source code by make fmt
  • Pass the test by make test
  • Provide verification config / commands
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES

Reference

@MaineK00n MaineK00n self-assigned this Jul 26, 2022
@kotakanbe kotakanbe merged commit a06e689 into master Aug 4, 2022
@kotakanbe kotakanbe deleted the MaineK00n/add-cwe-top25-2022 branch August 4, 2022 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants