Skip to content

Commit eabc9a8

Browse files
committed
vhp nvd --project kernel
1 parent d14db94 commit eabc9a8

352 files changed

Lines changed: 728 additions & 703 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cves/kernel/CVE-2012-2669.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,9 @@ mistakes:
474474
475475
Write a thoughtful entry here that people in the software engineering
476476
industry would find interesting.
477-
answer: If anything, the developer probably did not think to check this input, thinking
478-
that a limited number of cases would always be returned. However, there were outliers
479-
when it came to how the message's origin was returned/checked.
477+
answer: If anything, the developer probably did not think to check this input,
478+
thinking that a limited number of cases would always be returned. However, there
479+
were outliers when it came to how the message's origin was returned/checked.
480480
CWE_instructions: |
481481
Please go to http://cwe.mitre.org and find the most specific, appropriate CWE
482482
entry that describes your vulnerability. We recommend going to

cves/kernel/CVE-2013-0309.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ specification:
194194
195195
The answer field should be boolean. In answer_note, please explain
196196
why you come to that conclusion.
197-
note: 'I saw no mention of any spec violation in the bug report conversations, commit
198-
messages or other discussions between devs.
197+
note: 'I saw no mention of any spec violation in the bug report conversations,
198+
commit messages or other discussions between devs.
199199
200200
'
201201
answer: false

cves/kernel/CVE-2013-5634.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ autodiscoverable:
180180
181181
The answer field should be boolean. In answer_note, please explain
182182
why you come to that conclusion.
183-
note: "I don't believe it could be found by an automated tool like a fuzzer as it
184-
is a \nresource management issue.\n"
183+
note: "I don't believe it could be found by an automated tool like a fuzzer as
184+
it is a \nresource management issue.\n"
185185
answer: false
186186
specification:
187187
instructions: |

cves/kernel/CVE-2014-0196.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ interesting_commits:
256256
* Anything else you find interesting.
257257
commits:
258258
- commit: d945cb9cce20ac7143c2de8d88b187f62db99bdc
259-
note: yes there was one that was seen by one of the developers as one of the sources
260-
of the problem for this vulnerability
259+
note: yes there was one that was seen by one of the developers as one of the
260+
sources of the problem for this vulnerability
261261
- commit:
262262
note:
263263
i18n:
@@ -364,8 +364,8 @@ stacktrace:
364364
what your answer was.
365365
any_stacktraces: false
366366
stacktrace_with_fix: false
367-
note: There was no mention of stack traces in the commits or the bug report or any
368-
of the sources in the NVD
367+
note: There was no mention of stack traces in the commits or the bug report or
368+
any of the sources in the NVD
369369
forgotten_check:
370370
question: |
371371
Does the fix for the vulnerability involve adding a forgotten check?

cves/kernel/CVE-2014-5077.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ specification:
197197
198198
The answer field should be boolean. In answer_note, please explain
199199
why you come to that conclusion.
200-
note: The bug description explains how the shared key for the SPTC protocol is not
201-
updated for the second thread that attempts to associate
200+
note: The bug description explains how the shared key for the SPTC protocol is
201+
not updated for the second thread that attempts to associate
202202
answer: true
203203
subsystem:
204204
question: |
@@ -393,8 +393,8 @@ order_of_operations:
393393
Write a note about how you came to the conclusions you did, regardless of
394394
what your answer was.
395395
answer: false
396-
note: It was one line fix and didnt require anything to be changed in terms of the
397-
order of the program
396+
note: It was one line fix and didnt require anything to be changed in terms of
397+
the order of the program
398398
lessons:
399399
question: |
400400
Are there any common lessons we have learned from class that apply to this

cves/kernel/CVE-2014-9940.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,4 +476,4 @@ nickname_instructions: |
476476
If the report mentions a nickname, use that.
477477
Must be under 30 characters. Optional.
478478
nickname:
479-
CVSS:
479+
CVSS: CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H

cves/kernel/CVE-2015-4178.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ description_instructions: |
5555
5656
Your target audience is people just like you before you took any course in
5757
security
58-
description: "The fs_pin struct in the Linux kernel contains two members (m_list and
59-
s_list). \nThese members are usually initialized on use. However, if these members
58+
description: "The fs_pin struct in the Linux kernel contains two members (m_list
59+
and s_list). \nThese members are usually initialized on use. However, if these members
6060
go \nunmodified, destroying or freeing them could cause the system to crash.\n"
6161
bounty_instructions: |
6262
If you came across any indications that a bounty was paid out for this
@@ -138,8 +138,8 @@ unit_tested:
138138
code: false
139139
code_answer: There were no unit tests involved for this subsystem.
140140
fix: false
141-
fix_answer: "The fix uses hlist_del_init instead of hlist_del. \nThis provides an
142-
hlist_unhashed test. However, no \nunit tests were added or removed to prevent
141+
fix_answer: "The fix uses hlist_del_init instead of hlist_del. \nThis provides
142+
an hlist_unhashed test. However, no \nunit tests were added or removed to prevent
143143
this bug.\n"
144144
discovered:
145145
question: |
@@ -287,8 +287,8 @@ ipc:
287287
Write a note about how you came to the conclusions you did, regardless of
288288
what your answer was.
289289
answer: false
290-
note: The issue was with a data structure not being safely initialized, no IPC was
291-
used.
290+
note: The issue was with a data structure not being safely initialized, no IPC
291+
was used.
292292
discussion:
293293
question: |
294294
Was there any discussion surrounding this?

cves/kernel/CVE-2015-6526.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ discovered:
160160
161161
If there is no evidence as to how this vulnerability was found, then please
162162
explain where you looked.
163-
answer: "The fix commit was made on 2015/04/14, but the Redhat Bugzilla report shows\nthat
164-
the bug report was not created until 2015/05/05. After looking at the\nbug report,
165-
there is no explanation for how the vulnerability was found.\nThe bug report just
166-
explains that a patch was released to \nfix the vulnerability.\n"
163+
answer: "The fix commit was made on 2015/04/14, but the Redhat Bugzilla report
164+
shows\nthat the bug report was not created until 2015/05/05. After looking at
165+
the\nbug report, there is no explanation for how the vulnerability was found.\nThe
166+
bug report just explains that a patch was released to \nfix the vulnerability.\n"
167167
automated: false
168168
contest: false
169169
developer: false
@@ -342,8 +342,8 @@ discussion:
342342
comment you want to make.
343343
discussed_as_security: false
344344
any_discussion: false
345-
note: "There was no discussion of whether the vulnerability should be fixed or \nhow
346-
to fix it in any bug report or commit messages.\n"
345+
note: "There was no discussion of whether the vulnerability should be fixed or
346+
\nhow to fix it in any bug report or commit messages.\n"
347347
vouch:
348348
question: |
349349
Was there any part of the fix that involved one person vouching for

cves/kernel/CVE-2015-8543.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,4 +485,4 @@ nickname_instructions: |
485485
If the report mentions a nickname, use that.
486486
Must be under 30 characters. Optional.
487487
nickname:
488-
CVSS:
488+
CVSS: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

cves/kernel/CVE-2015-8660.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,4 @@ nickname_instructions: |
474474
If the report mentions a nickname, use that.
475475
Must be under 30 characters. Optional.
476476
nickname:
477-
CVSS:
477+
CVSS: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

0 commit comments

Comments
 (0)