SecPod

Learn Search

Search across all Learn content

← Back to Security Research
OpenSSL Addressed High-Severity Remote Code Execution Vulnerability- Patch Now!

OpenSSL Addressed High-Severity Remote Code Execution Vulnerability- Patch Now!

The OpenSSL has released patches to address OpenSSL high severity vulnerability CVE-2022-2274 and CVE-2022-2097, along with moderate severity ones, in the cryptographic library that could potentially lead to remote code execution in specific scenarios. This done using a vulnerability management tool...

Jul 8, 2022By Kavya K2 min read

The OpenSSL has released patches to address OpenSSL high severity vulnerability CVE-2022-2274 and CVE-2022-2097, along with moderate severity ones, in the cryptographic library that could potentially lead to remote code execution in specific scenarios. This done using a vulnerability management tool. OpenSSL is a widely used cryptographic library that offers a free implementation of Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It includes tools to generate RSA private keys and perform encryption, decryption, etc.

Also, with a patch management solution, we can patch any known vulnerabilities.

Vulnerability Details

CVE-2022-2274 – Heap memory corruption with RSA private key operation

Severity: High

OpenSSL 3.0.4 released a severe bug in the RSA implementation for x86_64 processors that support AVX512IFMA instructions. Also, The issue makes RSA implementation with-bit private keys lead to memory computation. Due to memory corruption, an attacker can trigger remote code execution on the machine performing the calculation.However, SSL/TLS servers or other servers using RSA 2048-bit private keys operating on machines that support X86_64 AVX512IFMA instructions affected by this issue.

CVE-2022-2097 – AES OCB fails to encrypt some bytes

Severity: Moderate

This programming fault occurs on 32-bit processors and does not encrypt all data in AES OCB mode, which can lead to a leak. AES OSB mode for 32-bit x86 platforms using optimized AES-NI assembly will not encrypt complete data under certain circumstances. Moreover, This might reveal sixteen bytes of pre-existing data in the memory which was not written. However, In the case of “in place” encryption, sixteen bytes of clear text would revealed.Also, Since OpenSSL does not support OCB cipher suites for TLS and DTLS, not affected by the OpenSSL High Severity Vulnerability (CVE-2022-2274 and CVE-2022-2097).

Affected Versions

  • OpenSSL 3.0.x – 3.0.4
  • OpenSSL 1.1.1 – 1.1.p

Fixed Versions

  • OpenSSL 3.0.5
  • OpenSSL 1.1.1q

Solution

OpenSSL has released the security updates addressing the OpenSSL high severity vulnerability (CVE-2022-2274 and CVE-2022-2097) in OpenSSL versions 3.0.5 and 1.1.1q.

SanerNow VM and SanerNow PM detects these vulnerabilities and remediates. Use SanerNow and keep your systems updated and secure.

Featured Posts

Open Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras
Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

CVE Research

Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

A single operator compromised 14,530+ Dahua cameras across Ukraine and Russia in 35 days, chaining credential brute-force, a CVE-2021-33044/33045 authentication bypass, and P2P relay abuse to plant a persistent backdoor and harvest transferable admin access.

Aug 21, 2026

Open Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF
Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE Research

Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE-2026-19478 is a critical code injection vulnerability in GitLab CE/EE that allows an unauthenticated attacker to modify or delete public projects and user data by abusing a GraphQL directive. A second high-severity issue, CVE-2026-19650, involves cross-site request forgery in the GraphQL multiplex query handler. This article examines how the critical vulnerability works, the availability of a public proof-of-concept, the potential impact on self-managed instances, the affected versions, and the security updates released to remediate both issues.

Aug 19, 2026

Open No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners
No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

CVE Research

No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

Aug 19, 2026

Open Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies
Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

CVE Research

Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

Aug 19, 2026

OpenSSL Addressed High-Severity Remote Code Execution Vulnerability- P | SecPod