<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=2109257909350072&amp;ev=PageView&amp;noscript= 1">

Blog

Vulsで使っている脆弱性情報を追跡しよう!

Vulsで使っている脆弱性情報を追跡しよう!
目次

本記事では、Vulsで使用している脆弱性DB、およびそれを構成する脆弱性データソースに潜っていきます。

今回使用する脆弱性DBは、こちらのcommit(e89fc33)で採用されたvuls.dbです。

はじめに、vuls.dbについて紹介します。
vuls.dbは、従来のgo-cve-dictionarygoval-dictionary, gostなどのVulsを支えてきた各脆弱性DBを一つにしていく目的で開発されている脆弱性DBです。
vuls.dbは次のようにFetchとExtract、DBの3つの工程を経て、作成・配布されます。

CI

さて、vuls.dbを実際に見ていきます。

Note:
一部のコマンドは結果をすべて表示するには、非常に大きいため、一部省略しています。
もし、結果すべてを見たい場合は、Appendixを参照するか、コマンドを実行してください

まずは、DBを手元に準備します。

1
2
3
4
5
6
7
8
9
10
11
$ go install github.com/MaineK00n/vuls2/cmd/vuls@nightly # require go 1.24 or higher
$ vuls version
vuls v0.0.1-alpha.0.20250414101326-672c000486dd

$ vuls db fetch --repository "ghcr.io/vulsio/vuls-nightly-db:0"
2025/04/15 15:52:49 INFO Fetch vuls.db repository=ghcr.io/vulsio/vuls-nightly-db:0
⠴ fetching (718 MB, 110 MB/s) [6s]

# To fetch the same vuls.db as the article
# https://github.com/vulsio/vuls-nightly-db/pkgs/container/vuls-nightly-db/395671734
$ vuls db fetch --repository "ghcr.io/vulsio/vuls-nightly-db@sha256:0f9dcbfd72fdead4ab1e3742206335c6e1d586f1680b268d90391492aace6514"

それでは、CVE-2024-26815について調べてみます。
次のように、CVE-2024-26815に紐づくアドバイザリ(RHSA-2024:9315)や、CVE-2024-26815の情報、および検知条件が表示されます。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
$ vuls db search data vulnerability CVE-2024-26815
2025/04/15 15:55:47 INFO Get Metadata
2025/04/15 15:55:47 INFO Get Vulnerability Data "vulnerability id"=CVE-2024-26815
{
"id": "CVE-2024-26815",
"advisories": [
{
"id": "RHSA-2024:9315",
"contents": {
"redhat-ovalv2": {
"RHSA-2024:9315": [
{
"content": {
"id": "RHSA-2024:9315",
"title": "RHSA-2024:9315: kernel security update (Moderate)",
...
"severity": [
{
"type": "vendor",
"source": "secalert@redhat.com",
"vendor": "Moderate"
}
],
...
},
...
}
]
}
}
}
],
"vulnerabilities": [
{
"id": "CVE-2024-26815",
"contents": {
"redhat-ovalv2": {
"CVE-2024-26815": [
{
"content": {
"id": "CVE-2024-26815",
"title": "Unaffected components for: kernel: net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check (low)",
...
"severity": [
{
"type": "vendor",
"source": "secalert@redhat.com",
"vendor": "low"
},
{
"type": "cvss_v31",
"source": "secalert@redhat.com",
"cvss_v31": {
"vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"base_score": 5.5,
"base_severity": "MEDIUM",
"temporal_score": 5.5,
"temporal_severity": "MEDIUM",
"environmental_score": 5.5,
"environmental_severity": "MEDIUM"
}
}
],
"cwe": [
{
"source": "secalert@redhat.com",
"cwe": [
"CWE-125"
]
}
],
...
}
},
{
"content": {
"id": "CVE-2024-26815",
"title": "kernel: net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check (low)",
...
"severity": [
{
"type": "vendor",
"source": "secalert@redhat.com",
"vendor": "low"
},
{
"type": "cvss_v31",
"source": "secalert@redhat.com",
"cvss_v31": {
"vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"base_score": 5.5,
"base_severity": "MEDIUM",
"temporal_score": 5.5,
"temporal_severity": "MEDIUM",
"environmental_score": 5.5,
"environmental_severity": "MEDIUM"
}
}
],
"cwe": [
{
"source": "secalert@redhat.com",
"cwe": [
"CWE-125"
]
}
],
...
},
...
}
],
"RHSA-2024:9315": [
{
"content": {
"id": "CVE-2024-26815",
...
"severity": [
{
"type": "vendor",
"source": "secalert@redhat.com",
"vendor": "low"
},
{
"type": "cvss_v31",
"source": "secalert@redhat.com",
"cvss_v31": {
"vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"base_score": 5.5,
"base_severity": "MEDIUM",
"temporal_score": 5.5,
"temporal_severity": "MEDIUM",
"environmental_score": 5.5,
"environmental_severity": "MEDIUM"
}
}
],
"cwe": [
{
"source": "secalert@redhat.com",
"cwe": [
"CWE-125"
]
}
],
...
},
...
}
]
}
}
}
],
"detections": [
{
"ecosystem": "redhat:9",
"contents": {
"CVE-2024-26815": {
"redhat-ovalv2": [
{
"criteria": {
"operator": "OR",
"criterias": [
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "unfixed",
"vendor": "Affected"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel-rt"
}
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
},
"RHSA-2024:9315": {
"redhat-ovalv2": [
{
"criteria": {
"operator": "OR",
"criterias": [
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "fixed"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel",
"architectures": [
"aarch64",
"ppc64le",
"s390x",
"x86_64"
]
}
},
"affected": {
"type": "rpm",
"range": [
{
"lt": "0:5.14.0-503.11.1.el9_5"
}
],
"fixed": [
"0:5.14.0-503.11.1.el9_5"
]
}
}
}
]
},
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "fixed"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel-rt",
"architectures": [
"x86_64"
]
}
},
"affected": {
"type": "rpm",
"range": [
{
"lt": "0:5.14.0-503.11.1.el9_5"
}
],
"fixed": [
"0:5.14.0-503.11.1.el9_5"
]
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
}
}
}
],
"data_sources": [
{
"id": "redhat-ovalv2",
"name": "RedHat Enterprise Linux OVALv2",
"raw": [
{
"url": "https://github.com/vulsio/vuls-data-raw-redhat-ovalv2",
"commit": "5dcbaae8cca8d32cd10bbba8690c94baae454925",
"date": "2025-04-15T01:56:15Z"
},
{
"url": "https://github.com/vulsio/vuls-data-raw-redhat-repository-to-cpe",
"commit": "03ab1fd25dd4fcc807aefe4311d6493d1ee3ee63",
"date": "2025-04-15T01:44:50Z"
}
],
"extracted": {
"url": "https://github.com/vulsio/vuls-data-extracted-redhat-ovalv2-rhel",
"commit": "068db606fc0a941f05c32d3053a19dbd393c1aea",
"date": "2025-04-15T04:49:28Z"
}
}
]
}

もし、検知条件だけが欲しい場合は次のコマンドで求められます。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$ vuls db search detection vulnerability CVE-2024-26815
2025/04/15 16:11:15 INFO Get Metadata
2025/04/15 16:11:15 INFO Get Vulnerability Detections "vulnerability id"=CVE-2024-26815
{
"ecosystem": "redhat:9",
"contents": {
"CVE-2024-26815": {
"redhat-ovalv2": [
{
"criteria": {
"operator": "OR",
"criterias": [
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "unfixed",
"vendor": "Affected"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel-rt"
}
}
}
}
]
},
...

実は先程、CVE-2024-26815を調べたときの検知条件には奇妙なところがあります。
次のように、kernel-rtに対して、fixed/unfixed両方の検知条件が書いてあることです。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"ecosystem": "redhat:9",
"contents": {
"CVE-2024-26815": {
"redhat-ovalv2": [
{
"criteria": {
"operator": "OR",
"criterias": [
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "unfixed",
"vendor": "Affected"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel-rt"
}
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
},
"RHSA-2024:9315": {
"redhat-ovalv2": [
...
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "fixed"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel-rt",
"architectures": [
"x86_64"
]
}
},
"affected": {
"type": "rpm",
"range": [
{
"lt": "0:5.14.0-503.11.1.el9_5"
}
],
"fixed": [
"0:5.14.0-503.11.1.el9_5"
]
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
}
}
}

続いては、どうしてそのようなことになっているのかについて見ていきましょう。

データソース周りを触るために、vuls-data-updateをインストールします。

1
$ go install github.com/MaineK00n/vuls-data-update/cmd/vuls-data-update@618d03d # require go 1.24 or higher

data_sourcesの部分に、DB作成時のデータソースの情報が記されているので、そちらを利用します。

まずは、vuls-data-extracted-redhat-ovalv2-rhelを手元に用意します。

1
2
$ vuls-data-update dotgit pull ghcr.io/vulsio/vuls-data-db:vuls-data-extracted-redhat-ovalv2-rhel
2025/04/15 16:48:33 [INFO] Pull dotgit from ghcr.io/vulsio/vuls-data-db:vuls-data-extracted-redhat-ovalv2-rhel

Note:
事情があり、data_sourcesurlに書いてあるrepositoryは利用できなくなったため、ghcr.io/vulsio/vuls-data-db/<repository name>で代用しています。

続いて、vuls-data-extracted-redhat-ovalv2-rhelのどのファイルがCVE-2024-26815について書いてあるか調べます。
--treeishにはdata_sources.extracted.commitを指定します。

1
2
3
$ vuls-data-update dotgit grep -l --treeish 068db606fc0a941f05c32d3053a19dbd393c1aea ~/.cache/vuls-data-update/dotgit/vuls-data-extracted-redhat-ovalv2-rhel CVE-2024-26815
data/CVE/2024/CVE-2024-26815.json
data/RHSA/2024/RHSA-2024:9315.json

では、それぞれのファイルにどのように書いてあるか見ます。
見てみると、kernel-rtdata/CVE/2024/CVE-2024-26815.jsonではunfixedとして、data/RHSA/2024/RHSA-2024:9315.jsonではfixedとして記述されていることが分かりました。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$ vuls-data-update dotgit cat --treeish 068db606fc0a941f05c32d3053a19dbd393c1aea ~/.cache/vuls-data-update/dotgit/vuls-data-extracted-redhat-ovalv2-rhel data/CVE/2024/CVE-2024-26815.json
{
"id": "CVE-2024-26815",
...
"detections": [
{
"ecosystem": "redhat:9",
"conditions": [
{
"criteria": {
"operator": "OR",
"criterias": [
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "unfixed",
"vendor": "Affected"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel-rt"
}
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
}
],
"data_source": {
"id": "redhat-ovalv2",
"raws": [
"vuls-data-raw-redhat-ovalv2/6/rhel-6-including-unpatched/definitions/oval:com.redhat.unaffected:def:202426815.json",
"vuls-data-raw-redhat-ovalv2/7/rhel-7-including-unpatched/definitions/oval:com.redhat.unaffected:def:202426815.json",
"vuls-data-raw-redhat-ovalv2/8/rhel-8-including-unpatched/definitions/oval:com.redhat.unaffected:def:202426815.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json",
...
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
$ vuls-data-update dotgit cat --treeish 068db606fc0a941f05c32d3053a19dbd393c1aea ~/.cache/vuls-data-update/dotgit/vuls-data-extracted-redhat-ovalv2-rhel data/RHSA/2024/RHSA-2024:9315.json
{
"id": "RHSA-2024:9315",
...
"detections": [
{
"ecosystem": "redhat:9",
"conditions": [
{
"criteria": {
"operator": "OR",
"criterias": [
...
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "fixed"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel-rt",
"architectures": [
"x86_64"
]
}
},
"affected": {
"type": "rpm",
"range": [
{
"lt": "0:5.14.0-503.11.1.el9_5"
}
],
"fixed": [
"0:5.14.0-503.11.1.el9_5"
]
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
}
],
"data_source": {
"id": "redhat-ovalv2",
"raws": [
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/definitions/oval:com.redhat.rhsa:def:20249315.json",
...
]
}
}

ここまでは、CVE-2024-26815を題材に、vulsやvuls-data-updateを利用して、あるタイミングのvuls.dbやvuls.dbを構成するデータソースにある脆弱性情報を追ってきました。
ここからは、vuls.dbやvuls.dbを構成するデータソースの変更差分を追う話になります。

ところで、私がCVE-2024-26815について調べていたのは、kernelパッケージをインストールしていたユーザから、ある日を境に検知しなくなったが、それはなぜか?と質問を頂いたからです。
この記事を執筆している時期(2025/04/15 17:16)で、kernelパッケージでCVE-2024-26815の検知条件は次のとおりです。
ユーザがインストールしているkernelパッケージのバージョンは0:5.14.0-503.11.1.el9_5より大きかったため、検知されないのは正しい挙動です。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
$ vuls db search detection vulnerability CVE-2024-26815
2025/04/15 17:16:51 INFO Get Metadata
2025/04/15 17:16:51 INFO Get Vulnerability Detections "vulnerability id"=CVE-2024-26815
{
"ecosystem": "redhat:9",
"contents": {
"CVE-2024-26815": {
"redhat-ovalv2": [
...
]
},
"RHSA-2024:9315": {
"redhat-ovalv2": [
{
"criteria": {
"operator": "OR",
"criterias": [
...
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "fixed"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel",
"architectures": [
"aarch64",
"ppc64le",
"s390x",
"x86_64"
]
}
},
"affected": {
"type": "rpm",
"range": [
{
"lt": "0:5.14.0-503.11.1.el9_5"
}
],
"fixed": [
"0:5.14.0-503.11.1.el9_5"
]
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
}
}
}

2025/03/28頃は検知していたらしいので、そのときのvuls.dbを用意します。
こちらに過去作成したvuls.dbがあるので、丁度よさそうなvuls.dbを持ってきます。
https://github.com/vulsio/vuls-nightly-db/pkgs/container/vuls-nightly-db/versions

今回は3/27に作成されたこちらを使います。
次のように、digestを使うことで、過去作成されたDBを用意することも可能です。
https://github.com/vulsio/vuls-nightly-db/pkgs/container/vuls-nightly-db/383438406

1
2
3
$ vuls db fetch --dbpath "./vuls-0327.db" --repository "ghcr.io/vulsio/vuls-nightly-db@sha256:68453dd76b72080393b72f2e6d393a0928bb4774c5bc2fd4b799fee0fb925194"
2025/04/15 17:24:14 INFO Fetch vuls.db repository=ghcr.io/vulsio/vuls-nightly-db@sha256:68453dd76b72080393b72f2e6d393a0928bb4774c5bc2fd4b799fee0fb925194
⠦ fetching (718 MB, 53 MB/s) [13s]

さて、./vuls-0327.dbで、CVE-2024-26815を検知するkernelパッケージについて見ていきます。
すると、この時点のvuls.dbには、kernelパッケージに対して、fixedとunfixedの両方が定義されているため、検知されていたということが分かりました。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
$ vuls db search detection vulnerability --dbpath "./vuls-0327.db" CVE-2024-26815
2025/04/15 17:28:11 INFO Get Metadata
2025/04/15 17:28:11 INFO Get Vulnerability Detections "vulnerability id"=CVE-2024-26815
{
"ecosystem": "redhat:9",
"contents": {
"CVE-2024-26815": {
"redhat-ovalv2": [
{
"criteria": {
"operator": "OR",
"criterias": [
...
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "unfixed",
"vendor": "Affected"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel"
}
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
},
"RHSA-2024:9315": {
"redhat-ovalv2": [
{
"criteria": {
"operator": "OR",
"criterias": [
...
{
"operator": "AND",
"criterions": [
{
"type": "version",
"version": {
"vulnerable": true,
"fix_status": {
"class": "fixed"
},
"package": {
"type": "binary",
"binary": {
"name": "kernel",
"architectures": [
"aarch64",
"ppc64le",
"s390x",
"x86_64"
]
}
},
"affected": {
"type": "rpm",
"range": [
{
"lt": "0:5.14.0-503.11.1.el9_5"
}
],
"fixed": [
"0:5.14.0-503.11.1.el9_5"
]
}
}
}
]
},
...
]
},
"tag": "rhel-9-including-unpatched"
}
]
}
}
}

では、3/27から現在の間で、データがどのように変更されたのか追ってみます。
各vuls.dbを作成するときに使用したデータソースと、そのときのcommit hashを整理しました。

  2025/03/27 2025/04/15
vuls-data-extracted-redhat-ovalv2-rhel ec73de5ee7dd353c56ba433232df1aa16b5ee150 068db606fc0a941f05c32d3053a19dbd393c1aea
vuls-data-raw-redhat-ovalv2 e57990b150c38eaac5c1b87575b295b99b592c8c 5dcbaae8cca8d32cd10bbba8690c94baae454925

まずは、vuls-data-extracted-redhat-ovalv2-rhelの変更について見てみます。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
$ vuls-data-update dotgit diff ~/.cache/vuls-data-update/dotgit/vuls-data-extracted-redhat-ovalv2-rhel ec73de5ee7dd353c56ba433232df1aa16b5ee150:data/CVE/2024/CVE-2024-26815.json 068db606fc0a941f05c32d3053a19dbd393c1aea:data/CVE/2024/CVE-2024-26815.json
diff --git a/data/CVE/2024/CVE-2024-26815.json b/data/CVE/2024/CVE-2024-26815.json
index 65e75d232c72a303cd0f4a7c295ffa76708dc7ff..74ad23ec656196993f881441e663b2b9de2c6eb5 100644
--- a/data/CVE/2024/CVE-2024-26815.json
+++ b/data/CVE/2024/CVE-2024-26815.json
...
@@ -116,909 +116,6 @@ },
"package": {
"type": "binary",
"binary": {
- "name": "bpftool"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel"
- }
- }
- }
- }
- ]
- },
...

続いて、ベンダが提供するデータをできる限りそのまま保存しているvuls-data-raw-redhat-ovalv2の差分を見てみます。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$ vuls-data-update dotgit pull ghcr.io/vulsio/vuls-data-db:vuls-data-raw-redhat-ovalv2
2025/04/15 18:01:06 [INFO] Pull dotgit from ghcr.io/vulsio/vuls-data-db:vuls-data-raw-redhat-ovalv2

$ vuls-data-update dotgit diff ~/.cache/vuls-data-update/dotgit/vuls-data-raw-redhat-ovalv2 e57990b150c38eaac5c1b87575b295b99b592c8c:9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json 5dcbaae8cca8d32cd10bbba8690c94baae454925:9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json
diff --git a/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json b/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json
index 321cb11fd6d4a6ddd6f6d2209828a70b1777475e..11d5d7549484e47231829a01eadd9cdb66458174 100644
--- a/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json
+++ b/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json
...
@@ -1122,25 +312,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201925162019",
- "comment": "kernel-rt-debug-modules-internal is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162007",
+ "comment": "kernel-rt-debug-devel-matched is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201925162020",
- "comment": "kernel-rt-debug-modules-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089005",
- "comment": "kernel is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089006",
- "comment": "kernel is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162008",
+ "comment": "kernel-rt-debug-devel-matched is signed with Red Hat redhatrelease2 key"
}
]
},
...

というわけで、kernelパッケージでCVE-2024-26815が3/28頃を境に検知しなくなったのは、RedHatが提供するデータから、kernelパッケージに関する記述が削除されたからということが分かりました。

おわりに

今回、vuls.dbとデータソースであるvuls-data-extracted-redhat-ovalv2-rhelとvuls-data-raw-redhat-ovalv2について追ってみました。
Vulsを使っていて、ある脆弱性の検知条件は何だろう?、どうして前回は検知したが、今回は検知しなくなったのだろう?という疑問に対して、以前より容易に強力に追跡できるようになりました。
脆弱性管理に活用していただければ幸いです。

issueやpull requestも歓迎しております!

Appendix: コマンド結果全文

vuls db search data vulnerability CVE-2024-26815
vuls db search detection vulnerability CVE-2024-26815
vuls-data-update dotgit cat --treeish 068db606fc0a941f05c32d3053a19dbd393c1aea ~/.cache/vuls-data-update/dotgit/vuls-data-extracted-redhat-ovalv2-rhel data/CVE/2024/CVE-2024-26815.json
vuls-data-update dotgit cat --treeish 068db606fc0a941f05c32d3053a19dbd393c1aea ~/.cache/vuls-data-update/dotgit/vuls-data-extracted-redhat-ovalv2-rhel data/RHSA/2024/RHSA-2024:9315.json
vuls db search detection vulnerability --dbpath "./vuls-0327.db" CVE-2024-26815
vuls-data-update dotgit diff ~/.cache/vuls-data-update/dotgit/vuls-data-extracted-redhat-ovalv2-rhel ec73de5ee7dd353c56ba433232df1aa16b5ee150:data/CVE/2024/CVE-2024-26815.json 068db606fc0a941f05c32d3053a19dbd393c1aea:data/CVE/2024/CVE-2024-26815.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
diff --git a/data/CVE/2024/CVE-2024-26815.json b/data/CVE/2024/CVE-2024-26815.json
index 65e75d232c72a303cd0f4a7c295ffa76708dc7ff..74ad23ec656196993f881441e663b2b9de2c6eb5 100644
--- a/data/CVE/2024/CVE-2024-26815.json
+++ b/data/CVE/2024/CVE-2024-26815.json
@@ -41,14 +41,14 @@ "url": "https://access.redhat.com/security/cve/CVE-2024-26815"
}
],
"published": "2024-04-10T00:00:00Z",
- "modified": "2024-10-28T00:00:00Z"
+ "modified": "2025-03-27T00:00:00Z"
}
},
{
"content": {
"id": "CVE-2024-26815",
"title": "kernel: net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check (low)",
- "description": "DOCUMENTATION: The MITRE CVE dictionary describes this issue as: In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check\n\ntaprio_parse_tc_entry() is not correctly checking\nTCA_TAPRIO_TC_ENTRY_INDEX attribute:\n\n\tint tc; // Signed value\n\n\ttc = nla_get_u32(tb[TCA_TAPRIO_TC_ENTRY_INDEX]);\n\tif (tc >= TC_QOPT_MAX_QUEUE) {\n\t\tNL_SET_ERR_MSG_MOD(extack, \"TC entry index out of range\");\n\t\treturn -ERANGE;\n\t}\n\nsyzbot reported that it could fed arbitary negative values:\n\nUBSAN: shift-out-of-bounds in net/sched/sch_taprio.c:1722:18\nshift exponent -2147418108 is negative\nCPU: 0 PID: 5066 Comm: syz-executor367 Not tainted 6.8.0-rc7-syzkaller-00136-gc8a5c731fd12 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/29/2024\nCall Trace:\n <TASK>\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1e7/0x2e0 lib/dump_stack.c:106\n ubsan_epilogue lib/ubsan.c:217 [inline]\n __ubsan_handle_shift_out_of_bounds+0x3c7/0x420 lib/ubsan.c:386\n taprio_parse_tc_entry net/sched/sch_taprio.c:1722 [inline]\n taprio_parse_tc_entries net/sched/sch_taprio.c:1768 [inline]\n taprio_change+0xb87/0x57d0 net/sched/sch_taprio.c:1877\n taprio_init+0x9da/0xc80 net/sched/sch_taprio.c:2134\n qdisc_create+0x9d4/0x1190 net/sched/sch_api.c:1355\n tc_modify_qdisc+0xa26/0x1e40 net/sched/sch_api.c:1776\n rtnetlink_rcv_msg+0x885/0x1040 net/core/rtnetlink.c:6617\n netlink_rcv_skb+0x1e3/0x430 net/netlink/af_netlink.c:2543\n netlink_unicast_kernel net/netlink/af_netlink.c:1341 [inline]\n netlink_unicast+0x7ea/0x980 net/netlink/af_netlink.c:1367\n netlink_sendmsg+0xa3b/0xd70 net/netlink/af_netlink.c:1908\n sock_sendmsg_nosec net/socket.c:730 [inline]\n __sock_sendmsg+0x221/0x270 net/socket.c:745\n ____sys_sendmsg+0x525/0x7d0 net/socket.c:2584\n ___sys_sendmsg net/socket.c:2638 [inline]\n __sys_sendmsg+0x2b0/0x3a0 net/socket.c:2667\n do_syscall_64+0xf9/0x240\n entry_SYSCALL_64_after_hwframe+0x6f/0x77\nRIP: 0033:0x7f1b2dea3759\nCode: 48 83 c4 28 c3 e8 d7 19 00 00 0f 1f 80 00 00 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b8 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffd4de452f8 EFLAGS: 00000246 ORIG_RAX: 000000000000002e\nRAX: ffffffffffffffda RBX: 00007f1b2def0390 RCX: 00007f1b2dea3759\nRDX: 0000000000000000 RSI: 00000000200007c0 RDI: 0000000000000004\nRBP: 0000000000000003 R08: 0000555500000000 R09: 0000555500000000\nR10: 0000555500000000 R11: 0000000000000246 R12: 00007ffd4de45340\nR13: 00007ffd4de45310 R14: 0000000000000001 R15: 00007ffd4de45340",
+ "description": "DOCUMENTATION: The CVE program describes this issue as: In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check\n\ntaprio_parse_tc_entry() is not correctly checking\nTCA_TAPRIO_TC_ENTRY_INDEX attribute:\n\n\tint tc; // Signed value\n\n\ttc = nla_get_u32(tb[TCA_TAPRIO_TC_ENTRY_INDEX]);\n\tif (tc >= TC_QOPT_MAX_QUEUE) {\n\t\tNL_SET_ERR_MSG_MOD(extack, \"TC entry index out of range\");\n\t\treturn -ERANGE;\n\t}\n\nsyzbot reported that it could fed arbitary negative values:\n\nUBSAN: shift-out-of-bounds in net/sched/sch_taprio.c:1722:18\nshift exponent -2147418108 is negative\nCPU: 0 PID: 5066 Comm: syz-executor367 Not tainted 6.8.0-rc7-syzkaller-00136-gc8a5c731fd12 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/29/2024\nCall Trace:\n <TASK>\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1e7/0x2e0 lib/dump_stack.c:106\n ubsan_epilogue lib/ubsan.c:217 [inline]\n __ubsan_handle_shift_out_of_bounds+0x3c7/0x420 lib/ubsan.c:386\n taprio_parse_tc_entry net/sched/sch_taprio.c:1722 [inline]\n taprio_parse_tc_entries net/sched/sch_taprio.c:1768 [inline]\n taprio_change+0xb87/0x57d0 net/sched/sch_taprio.c:1877\n taprio_init+0x9da/0xc80 net/sched/sch_taprio.c:2134\n qdisc_create+0x9d4/0x1190 net/sched/sch_api.c:1355\n tc_modify_qdisc+0xa26/0x1e40 net/sched/sch_api.c:1776\n rtnetlink_rcv_msg+0x885/0x1040 net/core/rtnetlink.c:6617\n netlink_rcv_skb+0x1e3/0x430 net/netlink/af_netlink.c:2543\n netlink_unicast_kernel net/netlink/af_netlink.c:1341 [inline]\n netlink_unicast+0x7ea/0x980 net/netlink/af_netlink.c:1367\n netlink_sendmsg+0xa3b/0xd70 net/netlink/af_netlink.c:1908\n sock_sendmsg_nosec net/socket.c:730 [inline]\n __sock_sendmsg+0x221/0x270 net/socket.c:745\n ____sys_sendmsg+0x525/0x7d0 net/socket.c:2584\n ___sys_sendmsg net/socket.c:2638 [inline]\n __sys_sendmsg+0x2b0/0x3a0 net/socket.c:2667\n do_syscall_64+0xf9/0x240\n entry_SYSCALL_64_after_hwframe+0x6f/0x77\nRIP: 0033:0x7f1b2dea3759\nCode: 48 83 c4 28 c3 e8 d7 19 00 00 0f 1f 80 00 00 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b8 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffd4de452f8 EFLAGS: 00000246 ORIG_RAX: 000000000000002e\nRAX: ffffffffffffffda RBX: 00007f1b2def0390 RCX: 00007f1b2dea3759\nRDX: 0000000000000000 RSI: 00000000200007c0 RDI: 0000000000000004\nRBP: 0000000000000003 R08: 0000555500000000 R09: 0000555500000000\nR10: 0000555500000000 R11: 0000000000000246 R12: 00007ffd4de45340\nR13: 00007ffd4de45310 R14: 0000000000000001 R15: 00007ffd4de45340",
"severity": [
{
"type": "vendor",
@@ -84,7 +84,7 @@ "url": "https://access.redhat.com/security/cve/CVE-2024-26815"
}
],
"published": "2024-04-10T00:00:00Z",
- "modified": "2024-10-28T00:00:00Z"
+ "modified": "2025-03-27T00:00:00Z"
},
"segments": [
{
@@ -116,909 +116,6 @@ },
"package": {
"type": "binary",
"binary": {
- "name": "bpftool"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug-devel"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug-devel-matched"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug-modules"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug-modules-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug-modules-extra"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug-modules-internal"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-debug-modules-partner"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-devel"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-devel-matched"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-modules"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-modules-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-modules-extra"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-modules-internal"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-64k-modules-partner"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-abi-stablelists"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-cross-headers"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-devel"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-devel-matched"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-modules"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-modules-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-modules-extra"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-modules-internal"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-modules-partner"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-debug-uki-virt"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-devel"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-devel-matched"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-doc"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-headers"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-ipaclones-internal"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-modules"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-modules-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-modules-extra"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-modules-internal"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-modules-partner"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
"name": "kernel-rt"
}
}
@@ -1445,405 +542,6 @@ }
}
}
]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-selftests-internal"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-tools"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-tools-libs"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-tools-libs-devel"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-uki-virt"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump-devel"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump-devel-matched"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump-modules"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump-modules-core"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump-modules-extra"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump-modules-internal"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "kernel-zfcpdump-modules-partner"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "libperf"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "perf"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "python3-perf"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "rtla"
- }
- }
- }
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "type": "version",
- "version": {
- "vulnerable": true,
- "fix_status": {
- "class": "unfixed",
- "vendor": "Affected"
- },
- "package": {
- "type": "binary",
- "binary": {
- "name": "rv"
- }
- }
- }
- }
- ]
}
]
},
@@ -1859,54 +557,6 @@ "vuls-data-raw-redhat-ovalv2/6/rhel-6-including-unpatched/definitions/oval:com.redhat.unaffected:def:202426815.json",
"vuls-data-raw-redhat-ovalv2/7/rhel-7-including-unpatched/definitions/oval:com.redhat.unaffected:def:202426815.json",
"vuls-data-raw-redhat-ovalv2/8/rhel-8-including-unpatched/definitions/oval:com.redhat.unaffected:def:202426815.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089001.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089002.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089003.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089004.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089005.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089006.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089007.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089008.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089009.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089010.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089011.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089012.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089013.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089014.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089015.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089016.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089017.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089018.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089019.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089020.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089021.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089022.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089023.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089024.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089025.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089026.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089027.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089028.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089029.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089030.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089031.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089032.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089033.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089034.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089035.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089036.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089037.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089038.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089039.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089040.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089041.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089042.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089043.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089044.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089045.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089046.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089047.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201916089048.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201925162001.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201925162002.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201925162003.json",
@@ -1928,116 +578,6 @@ "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201925162018.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201925162019.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201925162020.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:201925162021.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135007.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135010.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135013.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135016.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135023.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135028.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135031.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135035.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135040.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135041.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135045.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135056.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135067.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/objects/rpminfo_object/oval:com.redhat.cve:obj:202010135076.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089001.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089002.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089003.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089004.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089005.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089006.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089007.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089008.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089009.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089010.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089011.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089012.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089013.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089014.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089015.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089016.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089017.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089018.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089019.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089020.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089021.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089022.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089023.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089024.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089025.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089026.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089027.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089028.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089029.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089030.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089031.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089032.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089033.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089034.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089035.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089036.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089037.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089038.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089039.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089040.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089041.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089042.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089043.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089044.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089045.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089046.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089047.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089048.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089049.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089050.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089051.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089052.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089053.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089054.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089055.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089056.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089057.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089058.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089059.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089060.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089061.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089062.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089063.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089064.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089065.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089066.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089067.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089068.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089069.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089070.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089071.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089072.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089073.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089074.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089075.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089076.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089077.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089078.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089079.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089080.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089081.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089082.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089083.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089084.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089085.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089086.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089087.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089088.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089089.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089090.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089091.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089092.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089093.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089094.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089095.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201916089096.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201925162001.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201925162002.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201925162003.json",
@@ -2080,34 +620,6 @@ "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201925162039.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201925162040.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201925162041.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:201925162042.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135013.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135014.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135019.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135020.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135025.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135026.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135031.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135032.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135045.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135046.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135055.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135056.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135061.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135062.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135069.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135070.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135079.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135080.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135081.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135082.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135089.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135090.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135111.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135112.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135133.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135134.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135151.json",
- "vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpminfo_test/oval:com.redhat.cve:tst:202010135152.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpmverifyfile_test/oval:com.redhat.cve:tst:20052541003.json",
"vuls-data-raw-redhat-ovalv2/9/rhel-9-including-unpatched/tests/rpmverifyfile_test/oval:com.redhat.cve:tst:20052541004.json",
"vuls-data-raw-redhat-repository-to-cpe/repository-to-cpe.json"
vuls-data-update dotgit diff ~/.cache/vuls-data-update/dotgit/vuls-data-raw-redhat-ovalv2 e57990b150c38eaac5c1b87575b295b99b592c8c:9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json 5dcbaae8cca8d32cd10bbba8690c94baae454925:9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
diff --git a/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json b/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json
index 321cb11fd6d4a6ddd6f6d2209828a70b1777475e..11d5d7549484e47231829a01eadd9cdb66458174 100644
--- a/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json
+++ b/9/rhel-9-including-unpatched/definitions/oval:com.redhat.cve:def:202426815.json
@@ -11,12 +11,12 @@ "ref_url": "https://access.redhat.com/security/cve/CVE-2024-26815",
"source": "CVE"
}
],
- "description": "DOCUMENTATION: The MITRE CVE dictionary describes this issue as: In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check\n\ntaprio_parse_tc_entry() is not correctly checking\nTCA_TAPRIO_TC_ENTRY_INDEX attribute:\n\n\tint tc; // Signed value\n\n\ttc = nla_get_u32(tb[TCA_TAPRIO_TC_ENTRY_INDEX]);\n\tif (tc >= TC_QOPT_MAX_QUEUE) {\n\t\tNL_SET_ERR_MSG_MOD(extack, \"TC entry index out of range\");\n\t\treturn -ERANGE;\n\t}\n\nsyzbot reported that it could fed arbitary negative values:\n\nUBSAN: shift-out-of-bounds in net/sched/sch_taprio.c:1722:18\nshift exponent -2147418108 is negative\nCPU: 0 PID: 5066 Comm: syz-executor367 Not tainted 6.8.0-rc7-syzkaller-00136-gc8a5c731fd12 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/29/2024\nCall Trace:\n <TASK>\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1e7/0x2e0 lib/dump_stack.c:106\n ubsan_epilogue lib/ubsan.c:217 [inline]\n __ubsan_handle_shift_out_of_bounds+0x3c7/0x420 lib/ubsan.c:386\n taprio_parse_tc_entry net/sched/sch_taprio.c:1722 [inline]\n taprio_parse_tc_entries net/sched/sch_taprio.c:1768 [inline]\n taprio_change+0xb87/0x57d0 net/sched/sch_taprio.c:1877\n taprio_init+0x9da/0xc80 net/sched/sch_taprio.c:2134\n qdisc_create+0x9d4/0x1190 net/sched/sch_api.c:1355\n tc_modify_qdisc+0xa26/0x1e40 net/sched/sch_api.c:1776\n rtnetlink_rcv_msg+0x885/0x1040 net/core/rtnetlink.c:6617\n netlink_rcv_skb+0x1e3/0x430 net/netlink/af_netlink.c:2543\n netlink_unicast_kernel net/netlink/af_netlink.c:1341 [inline]\n netlink_unicast+0x7ea/0x980 net/netlink/af_netlink.c:1367\n netlink_sendmsg+0xa3b/0xd70 net/netlink/af_netlink.c:1908\n sock_sendmsg_nosec net/socket.c:730 [inline]\n __sock_sendmsg+0x221/0x270 net/socket.c:745\n ____sys_sendmsg+0x525/0x7d0 net/socket.c:2584\n ___sys_sendmsg net/socket.c:2638 [inline]\n __sys_sendmsg+0x2b0/0x3a0 net/socket.c:2667\n do_syscall_64+0xf9/0x240\n entry_SYSCALL_64_after_hwframe+0x6f/0x77\nRIP: 0033:0x7f1b2dea3759\nCode: 48 83 c4 28 c3 e8 d7 19 00 00 0f 1f 80 00 00 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b8 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffd4de452f8 EFLAGS: 00000246 ORIG_RAX: 000000000000002e\nRAX: ffffffffffffffda RBX: 00007f1b2def0390 RCX: 00007f1b2dea3759\nRDX: 0000000000000000 RSI: 00000000200007c0 RDI: 0000000000000004\nRBP: 0000000000000003 R08: 0000555500000000 R09: 0000555500000000\nR10: 0000555500000000 R11: 0000000000000246 R12: 00007ffd4de45340\nR13: 00007ffd4de45310 R14: 0000000000000001 R15: 00007ffd4de45340",
+ "description": "DOCUMENTATION: The CVE program describes this issue as: In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check\n\ntaprio_parse_tc_entry() is not correctly checking\nTCA_TAPRIO_TC_ENTRY_INDEX attribute:\n\n\tint tc; // Signed value\n\n\ttc = nla_get_u32(tb[TCA_TAPRIO_TC_ENTRY_INDEX]);\n\tif (tc >= TC_QOPT_MAX_QUEUE) {\n\t\tNL_SET_ERR_MSG_MOD(extack, \"TC entry index out of range\");\n\t\treturn -ERANGE;\n\t}\n\nsyzbot reported that it could fed arbitary negative values:\n\nUBSAN: shift-out-of-bounds in net/sched/sch_taprio.c:1722:18\nshift exponent -2147418108 is negative\nCPU: 0 PID: 5066 Comm: syz-executor367 Not tainted 6.8.0-rc7-syzkaller-00136-gc8a5c731fd12 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/29/2024\nCall Trace:\n <TASK>\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1e7/0x2e0 lib/dump_stack.c:106\n ubsan_epilogue lib/ubsan.c:217 [inline]\n __ubsan_handle_shift_out_of_bounds+0x3c7/0x420 lib/ubsan.c:386\n taprio_parse_tc_entry net/sched/sch_taprio.c:1722 [inline]\n taprio_parse_tc_entries net/sched/sch_taprio.c:1768 [inline]\n taprio_change+0xb87/0x57d0 net/sched/sch_taprio.c:1877\n taprio_init+0x9da/0xc80 net/sched/sch_taprio.c:2134\n qdisc_create+0x9d4/0x1190 net/sched/sch_api.c:1355\n tc_modify_qdisc+0xa26/0x1e40 net/sched/sch_api.c:1776\n rtnetlink_rcv_msg+0x885/0x1040 net/core/rtnetlink.c:6617\n netlink_rcv_skb+0x1e3/0x430 net/netlink/af_netlink.c:2543\n netlink_unicast_kernel net/netlink/af_netlink.c:1341 [inline]\n netlink_unicast+0x7ea/0x980 net/netlink/af_netlink.c:1367\n netlink_sendmsg+0xa3b/0xd70 net/netlink/af_netlink.c:1908\n sock_sendmsg_nosec net/socket.c:730 [inline]\n __sock_sendmsg+0x221/0x270 net/socket.c:745\n ____sys_sendmsg+0x525/0x7d0 net/socket.c:2584\n ___sys_sendmsg net/socket.c:2638 [inline]\n __sys_sendmsg+0x2b0/0x3a0 net/socket.c:2667\n do_syscall_64+0xf9/0x240\n entry_SYSCALL_64_after_hwframe+0x6f/0x77\nRIP: 0033:0x7f1b2dea3759\nCode: 48 83 c4 28 c3 e8 d7 19 00 00 0f 1f 80 00 00 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b8 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffd4de452f8 EFLAGS: 00000246 ORIG_RAX: 000000000000002e\nRAX: ffffffffffffffda RBX: 00007f1b2def0390 RCX: 00007f1b2dea3759\nRDX: 0000000000000000 RSI: 00000000200007c0 RDI: 0000000000000004\nRBP: 0000000000000003 R08: 0000555500000000 R09: 0000555500000000\nR10: 0000555500000000 R11: 0000000000000246 R12: 00007ffd4de45340\nR13: 00007ffd4de45310 R14: 0000000000000001 R15: 00007ffd4de45340",
"advisory": {
"from": "secalert@redhat.com",
"severity": "Low",
"updated": {
- "date": "2024-10-28"
+ "date": "2025-03-27"
},
"cve": [
{
@@ -33,109 +33,27 @@ "resolution": [
{
"state": "Affected",
"component": [
- "bpftool",
- "kernel",
- "kernel-64k",
- "kernel-64k-core",
- "kernel-64k-debug",
- "kernel-64k-debug-core",
- "kernel-64k-debug-devel",
- "kernel-64k-debug-devel-matched",
- "kernel-64k-debug-modules",
- "kernel-64k-debug-modules-core",
- "kernel-64k-debug-modules-extra",
- "kernel-64k-debug-modules-internal",
- "kernel-64k-debug-modules-partner",
- "kernel-64k-devel",
- "kernel-64k-devel-matched",
- "kernel-64k-modules",
- "kernel-64k-modules-core",
- "kernel-64k-modules-extra",
- "kernel-64k-modules-internal",
- "kernel-64k-modules-partner",
- "kernel-abi-stablelists",
- "kernel-core",
- "kernel-cross-headers",
- "kernel-debug",
- "kernel-debug-core",
- "kernel-debug-devel",
- "kernel-debug-devel-matched",
- "kernel-debug-modules",
- "kernel-debug-modules-core",
- "kernel-debug-modules-extra",
- "kernel-debug-modules-internal",
- "kernel-debug-modules-partner",
- "kernel-debug-uki-virt",
- "kernel-devel",
- "kernel-devel-matched",
- "kernel-doc",
- "kernel-headers",
- "kernel-ipaclones-internal",
- "kernel-modules",
- "kernel-modules-core",
- "kernel-modules-extra",
- "kernel-modules-internal",
- "kernel-modules-partner",
"kernel-rt",
- "kernel-rt",
- "kernel-rt-core",
"kernel-rt-core",
"kernel-rt-debug",
- "kernel-rt-debug",
- "kernel-rt-debug-core",
"kernel-rt-debug-core",
"kernel-rt-debug-devel",
- "kernel-rt-debug-devel",
- "kernel-rt-debug-devel-matched",
"kernel-rt-debug-devel-matched",
"kernel-rt-debug-kvm",
- "kernel-rt-debug-kvm",
- "kernel-rt-debug-modules",
"kernel-rt-debug-modules",
"kernel-rt-debug-modules-core",
- "kernel-rt-debug-modules-core",
- "kernel-rt-debug-modules-extra",
"kernel-rt-debug-modules-extra",
"kernel-rt-debug-modules-internal",
- "kernel-rt-debug-modules-internal",
- "kernel-rt-debug-modules-partner",
"kernel-rt-debug-modules-partner",
"kernel-rt-devel",
- "kernel-rt-devel",
"kernel-rt-devel-matched",
- "kernel-rt-devel-matched",
- "kernel-rt-kvm",
"kernel-rt-kvm",
"kernel-rt-modules",
- "kernel-rt-modules",
- "kernel-rt-modules-core",
"kernel-rt-modules-core",
"kernel-rt-modules-extra",
- "kernel-rt-modules-extra",
- "kernel-rt-modules-internal",
"kernel-rt-modules-internal",
"kernel-rt-modules-partner",
- "kernel-rt-modules-partner",
- "kernel-rt-selftests-internal",
- "kernel-selftests-internal",
- "kernel-tools",
- "kernel-tools-libs",
- "kernel-tools-libs-devel",
- "kernel-uki-virt",
- "kernel-zfcpdump",
- "kernel-zfcpdump-core",
- "kernel-zfcpdump-devel",
- "kernel-zfcpdump-devel-matched",
- "kernel-zfcpdump-modules",
- "kernel-zfcpdump-modules-core",
- "kernel-zfcpdump-modules-extra",
- "kernel-zfcpdump-modules-internal",
- "kernel-zfcpdump-modules-partner",
- "libperf",
- "perf",
- "python3-perf",
- "rtla",
- "rv"
+ "kernel-rt-selftests-internal"
]
}
]
@@ -173,32 +91,6 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:202010135133",
- "comment": "kernel-debug-modules-internal is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135134",
- "comment": "kernel-debug-modules-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135111",
- "comment": "kernel-64k-debug-modules-internal is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135112",
- "comment": "kernel-64k-debug-modules-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
"test_ref": "oval:com.redhat.cve:tst:201925162001",
"comment": "kernel-rt is installed"
},
@@ -212,12 +104,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089021",
- "comment": "kernel-64k-debug-devel is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162019",
+ "comment": "kernel-rt-debug-modules-internal is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089022",
- "comment": "kernel-64k-debug-devel is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162020",
+ "comment": "kernel-rt-debug-modules-internal is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -225,12 +117,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089077",
- "comment": "kernel-uki-virt is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162017",
+ "comment": "kernel-rt-modules-internal is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089078",
- "comment": "kernel-uki-virt is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162018",
+ "comment": "kernel-rt-modules-internal is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -251,318 +143,6 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089043",
- "comment": "kernel-core is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089044",
- "comment": "kernel-core is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089081",
- "comment": "kernel-64k-modules-extra is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089082",
- "comment": "kernel-64k-modules-extra is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089085",
- "comment": "kernel-debug-devel-matched is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089086",
- "comment": "kernel-debug-devel-matched is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089013",
- "comment": "kernel-zfcpdump-devel is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089014",
- "comment": "kernel-zfcpdump-devel is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089053",
- "comment": "kernel-tools-libs is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089054",
- "comment": "kernel-tools-libs is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089003",
- "comment": "kernel-zfcpdump is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089004",
- "comment": "kernel-zfcpdump is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089001",
- "comment": "kernel-tools-libs-devel is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089002",
- "comment": "kernel-tools-libs-devel is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162003",
- "comment": "kernel-rt-modules is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162004",
- "comment": "kernel-rt-modules is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089033",
- "comment": "kernel-debug-modules is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089034",
- "comment": "kernel-debug-modules is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089049",
- "comment": "kernel-64k-debug is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089050",
- "comment": "kernel-64k-debug is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089037",
- "comment": "kernel-debug-modules-extra is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089038",
- "comment": "kernel-debug-modules-extra is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162011",
- "comment": "kernel-rt-core is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162012",
- "comment": "kernel-rt-core is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135069",
- "comment": "kernel-debug-modules-partner is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135070",
- "comment": "kernel-debug-modules-partner is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089061",
- "comment": "kernel-64k-debug-modules-core is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089062",
- "comment": "kernel-64k-debug-modules-core is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089055",
- "comment": "kernel-64k-modules-core is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089056",
- "comment": "kernel-64k-modules-core is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089047",
- "comment": "kernel-modules-core is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089048",
- "comment": "kernel-modules-core is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089075",
- "comment": "kernel-tools is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089076",
- "comment": "kernel-tools is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135089",
- "comment": "libperf is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135090",
- "comment": "libperf is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089039",
- "comment": "kernel-doc is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089040",
- "comment": "kernel-doc is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089065",
- "comment": "kernel-64k-devel-matched is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089066",
- "comment": "kernel-64k-devel-matched is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162023",
- "comment": "kernel-rt-kvm is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162024",
- "comment": "kernel-rt-kvm is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162015",
- "comment": "kernel-rt-devel is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162016",
- "comment": "kernel-rt-devel is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135019",
- "comment": "kernel-ipaclones-internal is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135020",
- "comment": "kernel-ipaclones-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089023",
- "comment": "kernel-zfcpdump-devel-matched is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089024",
- "comment": "kernel-zfcpdump-devel-matched is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
"test_ref": "oval:com.redhat.cve:tst:201925162027",
"comment": "kernel-rt-debug-kvm is installed"
},
@@ -576,45 +156,6 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089067",
- "comment": "kernel-64k-debug-devel-matched is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089068",
- "comment": "kernel-64k-debug-devel-matched is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162007",
- "comment": "kernel-rt-debug-devel-matched is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162008",
- "comment": "kernel-rt-debug-devel-matched is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135045",
- "comment": "kernel-64k-modules-partner is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135046",
- "comment": "kernel-64k-modules-partner is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
"test_ref": "oval:com.redhat.cve:tst:201925162009",
"comment": "kernel-rt-modules-extra is installed"
},
@@ -628,103 +169,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:202010135079",
- "comment": "kernel-modules-partner is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135080",
- "comment": "kernel-modules-partner is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089083",
- "comment": "kernel-devel is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089084",
- "comment": "kernel-devel is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089035",
- "comment": "kernel-64k-modules is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089036",
- "comment": "kernel-64k-modules is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162041",
- "comment": "kernel-rt-debug is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162042",
- "comment": "kernel-rt-debug is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089073",
- "comment": "kernel-zfcpdump-core is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089074",
- "comment": "kernel-zfcpdump-core is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089079",
- "comment": "kernel-zfcpdump-modules-extra is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089080",
- "comment": "kernel-zfcpdump-modules-extra is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135151",
- "comment": "kernel-selftests-internal is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162029",
+ "comment": "kernel-rt-debug-modules-extra is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:202010135152",
- "comment": "kernel-selftests-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135025",
- "comment": "rv is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135026",
- "comment": "rv is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162030",
+ "comment": "kernel-rt-debug-modules-extra is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -745,32 +195,6 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089071",
- "comment": "kernel-modules-extra is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089072",
- "comment": "kernel-modules-extra is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089015",
- "comment": "kernel-64k-debug-modules is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089016",
- "comment": "kernel-64k-debug-modules is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
"test_ref": "oval:com.redhat.cve:tst:201925162037",
"comment": "kernel-rt-debug-modules-partner is installed"
},
@@ -784,64 +208,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:202010135055",
- "comment": "kernel-modules-internal is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135056",
- "comment": "kernel-modules-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162017",
- "comment": "kernel-rt-modules-internal is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162018",
- "comment": "kernel-rt-modules-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089095",
- "comment": "kernel-64k is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089096",
- "comment": "kernel-64k is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089093",
- "comment": "kernel-64k-devel is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089094",
- "comment": "kernel-64k-devel is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089019",
- "comment": "kernel-zfcpdump-modules-core is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162003",
+ "comment": "kernel-rt-modules is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089020",
- "comment": "kernel-zfcpdump-modules-core is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162004",
+ "comment": "kernel-rt-modules is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -849,12 +221,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089063",
- "comment": "kernel-modules is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162041",
+ "comment": "kernel-rt-debug is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089064",
- "comment": "kernel-modules is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162042",
+ "comment": "kernel-rt-debug is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -862,12 +234,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089025",
- "comment": "rtla is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162021",
+ "comment": "kernel-rt-modules-partner is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089026",
- "comment": "rtla is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162022",
+ "comment": "kernel-rt-modules-partner is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -888,149 +260,6 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201925162013",
- "comment": "kernel-rt-selftests-internal is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162014",
- "comment": "kernel-rt-selftests-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089009",
- "comment": "kernel-64k-debug-core is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089010",
- "comment": "kernel-64k-debug-core is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089011",
- "comment": "python3-perf is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089012",
- "comment": "python3-perf is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089091",
- "comment": "kernel-abi-stablelists is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089092",
- "comment": "kernel-abi-stablelists is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089057",
- "comment": "kernel-debug is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089058",
- "comment": "kernel-debug is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089069",
- "comment": "kernel-debug-core is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089070",
- "comment": "kernel-debug-core is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089059",
- "comment": "kernel-64k-debug-modules-extra is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089060",
- "comment": "kernel-64k-debug-modules-extra is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135061",
- "comment": "kernel-zfcpdump-modules-internal is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135062",
- "comment": "kernel-zfcpdump-modules-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162033",
- "comment": "kernel-rt-devel-matched is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162034",
- "comment": "kernel-rt-devel-matched is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089089",
- "comment": "kernel-headers is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089090",
- "comment": "kernel-headers is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089041",
- "comment": "kernel-debug-uki-virt is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089042",
- "comment": "kernel-debug-uki-virt is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
"test_ref": "oval:com.redhat.cve:tst:201925162005",
"comment": "kernel-rt-debug-devel is installed"
},
@@ -1044,51 +273,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089051",
- "comment": "kernel-zfcpdump-modules is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089052",
- "comment": "kernel-zfcpdump-modules is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089031",
- "comment": "kernel-devel-matched is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162015",
+ "comment": "kernel-rt-devel is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089032",
- "comment": "kernel-devel-matched is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162029",
- "comment": "kernel-rt-debug-modules-extra is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162030",
- "comment": "kernel-rt-debug-modules-extra is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162021",
- "comment": "kernel-rt-modules-partner is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201925162022",
- "comment": "kernel-rt-modules-partner is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162016",
+ "comment": "kernel-rt-devel is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -1109,12 +299,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089087",
- "comment": "kernel-debug-modules-core is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162023",
+ "comment": "kernel-rt-kvm is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089088",
- "comment": "kernel-debug-modules-core is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162024",
+ "comment": "kernel-rt-kvm is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -1122,25 +312,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201925162019",
- "comment": "kernel-rt-debug-modules-internal is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162007",
+ "comment": "kernel-rt-debug-devel-matched is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201925162020",
- "comment": "kernel-rt-debug-modules-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089005",
- "comment": "kernel is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089006",
- "comment": "kernel is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162008",
+ "comment": "kernel-rt-debug-devel-matched is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -1148,12 +325,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089029",
- "comment": "bpftool is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162013",
+ "comment": "kernel-rt-selftests-internal is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089030",
- "comment": "bpftool is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162014",
+ "comment": "kernel-rt-selftests-internal is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -1161,12 +338,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089017",
- "comment": "kernel-64k-core is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162011",
+ "comment": "kernel-rt-core is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089018",
- "comment": "kernel-64k-core is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162012",
+ "comment": "kernel-rt-core is signed with Red Hat redhatrelease2 key"
}
]
},
@@ -1174,77 +351,12 @@ {
"operator": "AND",
"criterions": [
{
- "test_ref": "oval:com.redhat.cve:tst:201916089045",
- "comment": "perf is installed"
+ "test_ref": "oval:com.redhat.cve:tst:201925162033",
+ "comment": "kernel-rt-devel-matched is installed"
},
{
- "test_ref": "oval:com.redhat.cve:tst:201916089046",
- "comment": "perf is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089027",
- "comment": "kernel-debug-devel is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089028",
- "comment": "kernel-debug-devel is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089007",
- "comment": "kernel-cross-headers is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:201916089008",
- "comment": "kernel-cross-headers is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135081",
- "comment": "kernel-64k-debug-modules-partner is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135082",
- "comment": "kernel-64k-debug-modules-partner is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135031",
- "comment": "kernel-64k-modules-internal is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135032",
- "comment": "kernel-64k-modules-internal is signed with Red Hat redhatrelease2 key"
- }
- ]
- },
- {
- "operator": "AND",
- "criterions": [
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135013",
- "comment": "kernel-zfcpdump-modules-partner is installed"
- },
- {
- "test_ref": "oval:com.redhat.cve:tst:202010135014",
- "comment": "kernel-zfcpdump-modules-partner is signed with Red Hat redhatrelease2 key"
+ "test_ref": "oval:com.redhat.cve:tst:201925162034",
+ "comment": "kernel-rt-devel-matched is signed with Red Hat redhatrelease2 key"
}
]
}

この記事をシェアする