Rocky Linux 8 : Satellite 6.12 Release (Important) (RLSA-2022:8506)

critical Nessus Plugin ID 184617

Synopsis

The remote Rocky Linux host is missing one or more security updates.

Description

The remote Rocky Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2022:8506 advisory.

- The Bzip2 decompression decoder function doesn't allow setting size restrictions on the decompressed output data (which affects the allocation size used during decompression). All users of Bzip2Decoder are affected. The malicious input can trigger an OOME and so a DoS attack (CVE-2021-37136)

- The Snappy frame decoder function doesn't restrict the chunk length which may lead to excessive memory usage. Beside this it also may buffer reserved skippable chunks until the whole chunk was received which may lead to excessive memory usage as well. This vulnerability can be triggered by supplying malicious input that decompresses to a very big size (via a network stream or a file) or by sending a huge skippable chunk. (CVE-2021-37137)

- The {% debug %} template tag in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2 does not properly encode the current context. This may lead to XSS. (CVE-2022-22818)

- Nokogiri is an open source XML and HTML library for Ruby. Nokogiri `< v1.13.4` contains an inefficient regular expression that is susceptible to excessive backtracking when attempting to detect encoding in HTML documents. Users are advised to upgrade to Nokogiri `>= 1.13.4`. There are no known workarounds for this issue. (CVE-2022-24836)

- The package git before 1.11.0 are vulnerable to Command Injection via git argument injection. When calling the fetch(remote = 'origin', opts = {}) function, the remote parameter is passed to the git fetch subcommand in a way that additional flags can be set. The additional flags can be used to perform a command injection. (CVE-2022-25648)

- Sinatra before 2.2.0 does not validate that the expanded path matches public_dir when serving static files. (CVE-2022-29970)

- # Possible XSS Vulnerability in Rails::Html::SanitizerThere is a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer.This vulnerability has been assigned the CVE identifier CVE-2022-32209.Versions Affected: ALLNot affected: NONEFixed Versions: v1.4.3## ImpactA possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer may allow an attacker to inject content if the application developer has overridden the sanitizer's allowed tags to allow both `select` and `style` elements.Code is only impacted if allowed tags are being overridden. This may be done via application configuration:```ruby# In config/application.rbconfig.action_view.sanitized_allowed_tags = [select, style]```see https://guides.rubyonrails.org/configuring.html#configuring-action-viewOr it may be done with a `:tags` option to the Action View helper `sanitize`:```<%= sanitize @comment.body, tags:
[select, style] %>```see https://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html#method-i-sanitizeOr it may be done with Rails::Html::SafeListSanitizer directly:```ruby# class-level optionRails::Html::SafeListSanitizer.allowed_tags = [select, style]```or```ruby# instance-level optionRails::Html::SafeListSanitizer.new.sanitize(@article.body, tags: [select, style])```All users overriding the allowed tags by any of the above mechanisms to include both select and style should either upgrade or use one of the workarounds immediately.## ReleasesThe FIXED releases are available at the normal locations.## WorkaroundsRemove either `select` or `style` from the overridden allowed tags.## CreditsThis vulnerability was responsibly reported by [windshock](https://hackerone.com/windshock?type=user). (CVE-2022-32209)

- An issue was discovered in Django 3.2 before 3.2.14 and 4.0 before 4.0.6. The Trunc() and Extract() database functions are subject to SQL injection if untrusted data is used as a kind/lookup_name value.
Applications that constrain the lookup name and kind choice to a known safe list are unaffected.
(CVE-2022-34265)

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version number.

Solution

Update the affected packages.

See Also

https://bugzilla.redhat.com/show_bug.cgi?id=1892218

https://bugzilla.redhat.com/show_bug.cgi?id=1892752

https://errata.rockylinux.org/RLSA-2022:8506

https://bugzilla.redhat.com/show_bug.cgi?id=1309740

https://bugzilla.redhat.com/show_bug.cgi?id=1703496

https://bugzilla.redhat.com/show_bug.cgi?id=1732590

https://bugzilla.redhat.com/show_bug.cgi?id=1894033

https://bugzilla.redhat.com/show_bug.cgi?id=1908841

https://bugzilla.redhat.com/show_bug.cgi?id=1912941

https://bugzilla.redhat.com/show_bug.cgi?id=1925165

https://bugzilla.redhat.com/show_bug.cgi?id=1930577

https://bugzilla.redhat.com/show_bug.cgi?id=1931532

https://bugzilla.redhat.com/show_bug.cgi?id=1931665

https://bugzilla.redhat.com/show_bug.cgi?id=1934210

https://bugzilla.redhat.com/show_bug.cgi?id=1938092

https://bugzilla.redhat.com/show_bug.cgi?id=1940396

https://bugzilla.redhat.com/show_bug.cgi?id=1951542

https://bugzilla.redhat.com/show_bug.cgi?id=1952939

https://bugzilla.redhat.com/show_bug.cgi?id=1959136

https://bugzilla.redhat.com/show_bug.cgi?id=1962253

https://bugzilla.redhat.com/show_bug.cgi?id=1964080

https://bugzilla.redhat.com/show_bug.cgi?id=1970132

https://bugzilla.redhat.com/show_bug.cgi?id=1970623

https://bugzilla.redhat.com/show_bug.cgi?id=1971747

https://bugzilla.redhat.com/show_bug.cgi?id=1973329

https://bugzilla.redhat.com/show_bug.cgi?id=1974180

https://bugzilla.redhat.com/show_bug.cgi?id=1981444

https://bugzilla.redhat.com/show_bug.cgi?id=2084130

https://bugzilla.redhat.com/show_bug.cgi?id=2085490

https://bugzilla.redhat.com/show_bug.cgi?id=2088303

https://bugzilla.redhat.com/show_bug.cgi?id=2089445

https://bugzilla.redhat.com/show_bug.cgi?id=2089828

https://bugzilla.redhat.com/show_bug.cgi?id=2091044

https://bugzilla.redhat.com/show_bug.cgi?id=2092039

https://bugzilla.redhat.com/show_bug.cgi?id=2093884

https://bugzilla.redhat.com/show_bug.cgi?id=2094019

https://bugzilla.redhat.com/show_bug.cgi?id=2095187

https://bugzilla.redhat.com/show_bug.cgi?id=2095820

https://bugzilla.redhat.com/show_bug.cgi?id=2096429

https://bugzilla.redhat.com/show_bug.cgi?id=2098240

https://bugzilla.redhat.com/show_bug.cgi?id=2099620

https://bugzilla.redhat.com/show_bug.cgi?id=2100578

https://bugzilla.redhat.com/show_bug.cgi?id=2100887

https://bugzilla.redhat.com/show_bug.cgi?id=2101579

https://bugzilla.redhat.com/show_bug.cgi?id=2101882

https://bugzilla.redhat.com/show_bug.cgi?id=2101986

https://bugzilla.redhat.com/show_bug.cgi?id=2102145

https://bugzilla.redhat.com/show_bug.cgi?id=2102456

https://bugzilla.redhat.com/show_bug.cgi?id=2102825

https://bugzilla.redhat.com/show_bug.cgi?id=2102867

https://bugzilla.redhat.com/show_bug.cgi?id=2102896

https://bugzilla.redhat.com/show_bug.cgi?id=2103096

https://bugzilla.redhat.com/show_bug.cgi?id=2103099

https://bugzilla.redhat.com/show_bug.cgi?id=2103102

https://bugzilla.redhat.com/show_bug.cgi?id=2103106

https://bugzilla.redhat.com/show_bug.cgi?id=2103110

https://bugzilla.redhat.com/show_bug.cgi?id=2103129

https://bugzilla.redhat.com/show_bug.cgi?id=2103522

https://bugzilla.redhat.com/show_bug.cgi?id=2104401

https://bugzilla.redhat.com/show_bug.cgi?id=2104498

https://bugzilla.redhat.com/show_bug.cgi?id=2105048

https://bugzilla.redhat.com/show_bug.cgi?id=2105107

https://bugzilla.redhat.com/show_bug.cgi?id=2105144

https://bugzilla.redhat.com/show_bug.cgi?id=2105299

https://bugzilla.redhat.com/show_bug.cgi?id=2105941

https://bugzilla.redhat.com/show_bug.cgi?id=2106000

https://bugzilla.redhat.com/show_bug.cgi?id=2106090

https://bugzilla.redhat.com/show_bug.cgi?id=2106091

https://bugzilla.redhat.com/show_bug.cgi?id=2106092

https://bugzilla.redhat.com/show_bug.cgi?id=2106093

https://bugzilla.redhat.com/show_bug.cgi?id=2106333

https://bugzilla.redhat.com/show_bug.cgi?id=2106659

https://bugzilla.redhat.com/show_bug.cgi?id=2106691

https://bugzilla.redhat.com/show_bug.cgi?id=2106700

https://bugzilla.redhat.com/show_bug.cgi?id=2106885

https://bugzilla.redhat.com/show_bug.cgi?id=2107252

https://bugzilla.redhat.com/show_bug.cgi?id=2107572

https://bugzilla.redhat.com/show_bug.cgi?id=2107577

https://bugzilla.redhat.com/show_bug.cgi?id=2107701

https://bugzilla.redhat.com/show_bug.cgi?id=2108169

https://bugzilla.redhat.com/show_bug.cgi?id=2108611

https://bugzilla.redhat.com/show_bug.cgi?id=2108637

https://bugzilla.redhat.com/show_bug.cgi?id=2108719

https://bugzilla.redhat.com/show_bug.cgi?id=2109254

https://bugzilla.redhat.com/show_bug.cgi?id=2109260

https://bugzilla.redhat.com/show_bug.cgi?id=2109298

https://bugzilla.redhat.com/show_bug.cgi?id=2109421

https://bugzilla.redhat.com/show_bug.cgi?id=2109594

https://bugzilla.redhat.com/show_bug.cgi?id=2109606

https://bugzilla.redhat.com/show_bug.cgi?id=2109810

https://bugzilla.redhat.com/show_bug.cgi?id=2110003

https://bugzilla.redhat.com/show_bug.cgi?id=2110163

https://bugzilla.redhat.com/show_bug.cgi?id=2110222

https://bugzilla.redhat.com/show_bug.cgi?id=2110731

https://bugzilla.redhat.com/show_bug.cgi?id=2110872

https://bugzilla.redhat.com/show_bug.cgi?id=2111038

https://bugzilla.redhat.com/show_bug.cgi?id=2121738

https://bugzilla.redhat.com/show_bug.cgi?id=2121739

https://bugzilla.redhat.com/show_bug.cgi?id=2121954

https://bugzilla.redhat.com/show_bug.cgi?id=2122090

https://bugzilla.redhat.com/show_bug.cgi?id=2122214

https://bugzilla.redhat.com/show_bug.cgi?id=2122764

https://bugzilla.redhat.com/show_bug.cgi?id=2122780

https://bugzilla.redhat.com/show_bug.cgi?id=2122945

https://bugzilla.redhat.com/show_bug.cgi?id=2123352

https://bugzilla.redhat.com/show_bug.cgi?id=2123405

https://bugzilla.redhat.com/show_bug.cgi?id=2124047

https://bugzilla.redhat.com/show_bug.cgi?id=2124051

https://bugzilla.redhat.com/show_bug.cgi?id=2124087

https://bugzilla.redhat.com/show_bug.cgi?id=2124271

https://bugzilla.redhat.com/show_bug.cgi?id=2124568

https://bugzilla.redhat.com/show_bug.cgi?id=2124663

https://bugzilla.redhat.com/show_bug.cgi?id=2124850

https://bugzilla.redhat.com/show_bug.cgi?id=2124851

https://bugzilla.redhat.com/show_bug.cgi?id=2124928

https://bugzilla.redhat.com/show_bug.cgi?id=2125022

https://bugzilla.redhat.com/show_bug.cgi?id=2125244

https://bugzilla.redhat.com/show_bug.cgi?id=2125317

https://bugzilla.redhat.com/show_bug.cgi?id=2125585

https://bugzilla.redhat.com/show_bug.cgi?id=2125669

https://bugzilla.redhat.com/show_bug.cgi?id=2127099

https://bugzilla.redhat.com/show_bug.cgi?id=2127318

https://bugzilla.redhat.com/show_bug.cgi?id=2127934

https://bugzilla.redhat.com/show_bug.cgi?id=2127940

https://bugzilla.redhat.com/show_bug.cgi?id=2128209

https://bugzilla.redhat.com/show_bug.cgi?id=2128422

https://bugzilla.redhat.com/show_bug.cgi?id=2129002

https://bugzilla.redhat.com/show_bug.cgi?id=2131729

https://bugzilla.redhat.com/show_bug.cgi?id=2133468

https://bugzilla.redhat.com/show_bug.cgi?id=2139368

https://bugzilla.redhat.com/show_bug.cgi?id=2139369

https://bugzilla.redhat.com/show_bug.cgi?id=2139371

https://bugzilla.redhat.com/show_bug.cgi?id=1775813

https://bugzilla.redhat.com/show_bug.cgi?id=1829468

https://bugzilla.redhat.com/show_bug.cgi?id=1830968

https://bugzilla.redhat.com/show_bug.cgi?id=1834897

https://bugzilla.redhat.com/show_bug.cgi?id=1850393

https://bugzilla.redhat.com/show_bug.cgi?id=1868175

https://bugzilla.redhat.com/show_bug.cgi?id=1868323

https://bugzilla.redhat.com/show_bug.cgi?id=1870816

https://bugzilla.redhat.com/show_bug.cgi?id=1879811

https://bugzilla.redhat.com/show_bug.cgi?id=1884148

https://bugzilla.redhat.com/show_bug.cgi?id=1982698

https://bugzilla.redhat.com/show_bug.cgi?id=1982745

https://bugzilla.redhat.com/show_bug.cgi?id=1984400

https://bugzilla.redhat.com/show_bug.cgi?id=1989631

https://bugzilla.redhat.com/show_bug.cgi?id=1990119

https://bugzilla.redhat.com/show_bug.cgi?id=1991557

https://bugzilla.redhat.com/show_bug.cgi?id=1994877

https://bugzilla.redhat.com/show_bug.cgi?id=1994945

https://bugzilla.redhat.com/show_bug.cgi?id=1998477

https://bugzilla.redhat.com/show_bug.cgi?id=2000613

https://bugzilla.redhat.com/show_bug.cgi?id=2001517

https://bugzilla.redhat.com/show_bug.cgi?id=2001552

https://bugzilla.redhat.com/show_bug.cgi?id=2004133

https://bugzilla.redhat.com/show_bug.cgi?id=2004135

https://bugzilla.redhat.com/show_bug.cgi?id=2006974

https://bugzilla.redhat.com/show_bug.cgi?id=2007117

https://bugzilla.redhat.com/show_bug.cgi?id=2011312

https://bugzilla.redhat.com/show_bug.cgi?id=2013611

https://bugzilla.redhat.com/show_bug.cgi?id=2015062

https://bugzilla.redhat.com/show_bug.cgi?id=2015757

https://bugzilla.redhat.com/show_bug.cgi?id=2016924

https://bugzilla.redhat.com/show_bug.cgi?id=2022065

https://bugzilla.redhat.com/show_bug.cgi?id=2022649

https://bugzilla.redhat.com/show_bug.cgi?id=2024175

https://bugzilla.redhat.com/show_bug.cgi?id=2024576

https://bugzilla.redhat.com/show_bug.cgi?id=2024968

https://bugzilla.redhat.com/show_bug.cgi?id=2025892

https://bugzilla.redhat.com/show_bug.cgi?id=2025926

https://bugzilla.redhat.com/show_bug.cgi?id=2027947

https://bugzilla.redhat.com/show_bug.cgi?id=2028112

https://bugzilla.redhat.com/show_bug.cgi?id=2033321

https://bugzilla.redhat.com/show_bug.cgi?id=2033381

https://bugzilla.redhat.com/show_bug.cgi?id=2035287

https://bugzilla.redhat.com/show_bug.cgi?id=2036151

https://bugzilla.redhat.com/show_bug.cgi?id=2038989

https://bugzilla.redhat.com/show_bug.cgi?id=2043126

https://bugzilla.redhat.com/show_bug.cgi?id=2043242

https://bugzilla.redhat.com/show_bug.cgi?id=2048547

https://bugzilla.redhat.com/show_bug.cgi?id=2048775

https://bugzilla.redhat.com/show_bug.cgi?id=2049595

https://bugzilla.redhat.com/show_bug.cgi?id=2051648

https://bugzilla.redhat.com/show_bug.cgi?id=2051891

https://bugzilla.redhat.com/show_bug.cgi?id=2052076

https://bugzilla.redhat.com/show_bug.cgi?id=2053842

https://bugzilla.redhat.com/show_bug.cgi?id=2054011

https://bugzilla.redhat.com/show_bug.cgi?id=2054042

https://bugzilla.redhat.com/show_bug.cgi?id=2054786

https://bugzilla.redhat.com/show_bug.cgi?id=2054969

https://bugzilla.redhat.com/show_bug.cgi?id=2055391

https://bugzilla.redhat.com/show_bug.cgi?id=2055416

https://bugzilla.redhat.com/show_bug.cgi?id=2055979

https://bugzilla.redhat.com/show_bug.cgi?id=2056188

https://bugzilla.redhat.com/show_bug.cgi?id=2056702

https://bugzilla.redhat.com/show_bug.cgi?id=2058037

https://bugzilla.redhat.com/show_bug.cgi?id=2059179

https://bugzilla.redhat.com/show_bug.cgi?id=2060651

https://bugzilla.redhat.com/show_bug.cgi?id=2062800

https://bugzilla.redhat.com/show_bug.cgi?id=2064979

https://bugzilla.redhat.com/show_bug.cgi?id=2068454

https://bugzilla.redhat.com/show_bug.cgi?id=2069306

https://bugzilla.redhat.com/show_bug.cgi?id=2069440

https://bugzilla.redhat.com/show_bug.cgi?id=2069634

https://bugzilla.redhat.com/show_bug.cgi?id=2070001

https://bugzilla.redhat.com/show_bug.cgi?id=2070535

https://bugzilla.redhat.com/show_bug.cgi?id=2070732

https://bugzilla.redhat.com/show_bug.cgi?id=2070972

https://bugzilla.redhat.com/show_bug.cgi?id=2072696

https://bugzilla.redhat.com/show_bug.cgi?id=2073305

https://bugzilla.redhat.com/show_bug.cgi?id=2074346

https://bugzilla.redhat.com/show_bug.cgi?id=2075056

https://bugzilla.redhat.com/show_bug.cgi?id=2076843

https://bugzilla.redhat.com/show_bug.cgi?id=2077811

https://bugzilla.redhat.com/show_bug.cgi?id=2077822

https://bugzilla.redhat.com/show_bug.cgi?id=2077824

https://bugzilla.redhat.com/show_bug.cgi?id=2080324

https://bugzilla.redhat.com/show_bug.cgi?id=2080423

https://bugzilla.redhat.com/show_bug.cgi?id=2081096

https://bugzilla.redhat.com/show_bug.cgi?id=2111074

https://bugzilla.redhat.com/show_bug.cgi?id=2111222

https://bugzilla.redhat.com/show_bug.cgi?id=2111373

https://bugzilla.redhat.com/show_bug.cgi?id=2111469

https://bugzilla.redhat.com/show_bug.cgi?id=2111570

https://bugzilla.redhat.com/show_bug.cgi?id=2111571

https://bugzilla.redhat.com/show_bug.cgi?id=2111578

https://bugzilla.redhat.com/show_bug.cgi?id=2111921

https://bugzilla.redhat.com/show_bug.cgi?id=2112015

https://bugzilla.redhat.com/show_bug.cgi?id=2112093

https://bugzilla.redhat.com/show_bug.cgi?id=2112098

https://bugzilla.redhat.com/show_bug.cgi?id=2112436

https://bugzilla.redhat.com/show_bug.cgi?id=2112979

https://bugzilla.redhat.com/show_bug.cgi?id=2113013

https://bugzilla.redhat.com/show_bug.cgi?id=2113905

https://bugzilla.redhat.com/show_bug.cgi?id=2113946

https://bugzilla.redhat.com/show_bug.cgi?id=2113996

https://bugzilla.redhat.com/show_bug.cgi?id=2115229

https://bugzilla.redhat.com/show_bug.cgi?id=2115686

https://bugzilla.redhat.com/show_bug.cgi?id=2115767

https://bugzilla.redhat.com/show_bug.cgi?id=2115775

https://bugzilla.redhat.com/show_bug.cgi?id=2115822

https://bugzilla.redhat.com/show_bug.cgi?id=2115832

https://bugzilla.redhat.com/show_bug.cgi?id=2116123

https://bugzilla.redhat.com/show_bug.cgi?id=2116276

https://bugzilla.redhat.com/show_bug.cgi?id=2116385

https://bugzilla.redhat.com/show_bug.cgi?id=2116871

https://bugzilla.redhat.com/show_bug.cgi?id=2117382

https://bugzilla.redhat.com/show_bug.cgi?id=2117489

https://bugzilla.redhat.com/show_bug.cgi?id=2117522

https://bugzilla.redhat.com/show_bug.cgi?id=2118055

https://bugzilla.redhat.com/show_bug.cgi?id=2118252

https://bugzilla.redhat.com/show_bug.cgi?id=2118356

https://bugzilla.redhat.com/show_bug.cgi?id=2118431

https://bugzilla.redhat.com/show_bug.cgi?id=2118689

https://bugzilla.redhat.com/show_bug.cgi?id=2118694

https://bugzilla.redhat.com/show_bug.cgi?id=2118772

https://bugzilla.redhat.com/show_bug.cgi?id=2118790

https://bugzilla.redhat.com/show_bug.cgi?id=2118950

https://bugzilla.redhat.com/show_bug.cgi?id=2118966

https://bugzilla.redhat.com/show_bug.cgi?id=2119112

https://bugzilla.redhat.com/show_bug.cgi?id=2119117

https://bugzilla.redhat.com/show_bug.cgi?id=2119120

https://bugzilla.redhat.com/show_bug.cgi?id=2119124

https://bugzilla.redhat.com/show_bug.cgi?id=2119190

https://bugzilla.redhat.com/show_bug.cgi?id=2119234

https://bugzilla.redhat.com/show_bug.cgi?id=2119688

https://bugzilla.redhat.com/show_bug.cgi?id=2120148

https://bugzilla.redhat.com/show_bug.cgi?id=2120224

https://bugzilla.redhat.com/show_bug.cgi?id=2120299

https://bugzilla.redhat.com/show_bug.cgi?id=2120327

https://bugzilla.redhat.com/show_bug.cgi?id=2120414

https://bugzilla.redhat.com/show_bug.cgi?id=2120579

https://bugzilla.redhat.com/show_bug.cgi?id=2120632

https://bugzilla.redhat.com/show_bug.cgi?id=2120715

https://bugzilla.redhat.com/show_bug.cgi?id=2120992

https://bugzilla.redhat.com/show_bug.cgi?id=2121238

https://bugzilla.redhat.com/show_bug.cgi?id=2121249

https://bugzilla.redhat.com/show_bug.cgi?id=2121583

https://bugzilla.redhat.com/show_bug.cgi?id=2121689

Plugin Details

Severity: Critical

ID: 184617

File Name: rocky_linux_RLSA-2022-8506.nasl

Version: 1.0

Type: local

Published: 11/6/2023

Updated: 11/6/2023

Supported Sensors: Nessus

Risk Information

VPR

Risk Factor: Medium

Score: 6.7

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.9

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P

CVSS Score Source: CVE-2022-34265

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

CPE: p-cpe:/a:rocky:linux:libdb-sql-devel-debuginfo, p-cpe:/a:rocky:linux:libdb-utils-debuginfo, cpe:/o:rocky:linux:8, p-cpe:/a:rocky:linux:libdb-cxx, p-cpe:/a:rocky:linux:libdb-cxx-debuginfo, p-cpe:/a:rocky:linux:libdb-debuginfo, p-cpe:/a:rocky:linux:libdb-debugsource, p-cpe:/a:rocky:linux:libdb-sql-debuginfo

Required KB Items: Host/local_checks_enabled, Host/RockyLinux/release, Host/RockyLinux/rpm-list, Host/cpu

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 11/16/2022

Vulnerability Publication Date: 9/9/2021

Reference Information

CVE: CVE-2021-37136, CVE-2021-37137, CVE-2022-22818, CVE-2022-24836, CVE-2022-25648, CVE-2022-29970, CVE-2022-32209, CVE-2022-34265