OpenSSL 1.1.1 < 1.1.1q Vulnerability AES OCB mode for 32-bit x86 platform
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
![]() | Security update for openssl-1_1 (important) | 7 Jul 202200:00 | – | suse |
![]() | Security update for openssl-1_1 (important) | 1 Sep 202200:00 | – | suse |
![]() | Security update for openssl-1_1 (important) | 6 Jul 202200:00 | – | suse |
![]() | Security update for openssl-3 (important) | 6 Jul 202200:00 | – | suse |
![]() | Oracle MySQL Connectors (Oct 2022 CPU) | 20 Oct 202200:00 | – | nessus |
![]() | EulerOS 2.0 SP8 : openssl (EulerOS-SA-2022-2476) | 9 Oct 202200:00 | – | nessus |
![]() | Amazon Linux 2 : openssl11 (ALAS-2023-1974) | 7 Mar 202300:00 | – | nessus |
![]() | CBL Mariner 2.0 Security Update: edk2 / hvloader / openssl (CVE-2022-2097) | 20 Mar 202300:00 | – | nessus |
![]() | Photon OS 4.0: Openssl PHSA-2022-4.0-0207 | 23 Jul 202400:00 | – | nessus |
![]() | Amazon Linux 2022 : openssl, openssl-devel, openssl-libs (ALAS2022-2022-147) | 14 Oct 202200:00 | – | nessus |
Source | Link |
---|---|
cve | www.cve.org/CVERecord |
nessus | www.nessus.org/u |
openssl | www.openssl.org/news/secadv/20220705.txt |
cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(162721);
script_version("1.10");
script_set_attribute(attribute:"plugin_modification_date", value:"2024/10/23");
script_cve_id("CVE-2022-2097");
script_xref(name:"IAVA", value:"2022-A-0265-S");
script_name(english:"OpenSSL 1.1.1 < 1.1.1q Vulnerability");
script_set_attribute(attribute:"synopsis", value:
"The remote service is affected by a vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of OpenSSL installed on the remote host is prior to 1.1.1q. It is, therefore, affected by a vulnerability as
referenced in the 1.1.1q advisory.
- AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt
the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was
preexisting in the memory that wasn't written. In the special case of in place encryption, sixteen bytes
of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and
DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q
(Affected 1.1.1-1.1.1p). (CVE-2022-2097)
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://www.cve.org/CVERecord?id=CVE-2022-2097");
# https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=919925673d6c9cfed3c1085497f5dfbbed5fc431
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?ec8857b4");
script_set_attribute(attribute:"see_also", value:"https://www.openssl.org/news/secadv/20220705.txt");
script_set_attribute(attribute:"solution", value:
"Upgrade to OpenSSL version 1.1.1q or later.");
script_set_attribute(attribute:"agent", value:"all");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2022-2097");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2022/07/05");
script_set_attribute(attribute:"patch_publication_date", value:"2022/07/05");
script_set_attribute(attribute:"plugin_publication_date", value:"2022/07/05");
script_set_attribute(attribute:"plugin_type", value:"combined");
script_set_attribute(attribute:"cpe", value:"cpe:/a:openssl:openssl");
script_set_attribute(attribute:"generated_plugin", value:"current");
script_set_attribute(attribute:"stig_severity", value:"I");
script_set_attribute(attribute:"asset_categories", value:"component");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Web Servers");
script_copyright(english:"This script is Copyright (C) 2022-2024 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("openssl_version.nasl", "openssl_nix_installed.nbin", "openssl_win_installed.nbin");
script_require_keys("installed_sw/OpenSSL");
exit(0);
}
include('vcf.inc');
include('vcf_extras_openssl.inc');
var app_info = vcf::combined_get_app_info(app:'OpenSSL');
vcf::check_all_backporting(app_info:app_info);
var constraints = [
{ 'min_version' : '1.1.1', 'fixed_version' : '1.1.1q' }
];
vcf::openssl::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_WARNING
);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo