-
CVE-2022-45196 Do not create a chain if it’s already created, said Hyperledger Fabric 2.3 (14th Nov 2022)
Preface: About 4 years ago, it was a hot topic for enterprise companies to develop the Hyperledger system framework for their business operations.Multiple industries are willing to develop or undergo digital transformation. It includes huge fund investment companies, insurance companies and banking environments. The blockchain system architecture is the ancestor of Hyperledger. But cryptocurrencies have…
-
CVE-2022-34666 – Who being use NVIDIA VGPU SOFTWARE and NVIDIA CLOUD GAMING display driver be stay alert. (10th Nov 2022)
Preface: In Kernel mode, the executing code has complete and unrestricted access to the underlying hardware. It can execute any CPU instruction and reference any memory address. Kernel mode is generally reserved for the lowest-level, most trusted functions of the operating system. Background: NVIDIA vGPU software enables multiple virtual machines (VMs) to have simultaneous, direct…
-
About CVE-2022-41113 , Can this story be told? (10th Nov 2022)
Preface: As we know, some tools in the digital world will jeopardize the Windows operating system. This week (November 8, 2022) when we shift our focus to Microsoft Security Alerts. There is an attack scenario similar to CVE-2022-41113. The vendor will not disclose details due to security reasons. But the technical details below will wake…
-
CVE-2022-27510 and CVE-2022-27513: Certain versions of Citrix Gateway Citrix ADC from Citrix has vulnerability occurred (8th Nov 2022)
Preface: HTTP request smuggling exploits the inconsistency in parsing non-RFC-compliant HTTP requests via two HTTP devices (backend server and afront-end proxy). When attacker successful inject a malicious HTTP request into the web server, bypassing internal security controls. This can allow the attacker to: Background: RDP Proxy is capable providing RDP features. Users can access the…
-
CVE-2022-44797 – Design limitation on Lightning Labs daemon (8th Nov 2022)
Preface: Total lunar eclipse and lunar occultation of Uranus on the evening of November 8 2022. About: A larger block size will require higher transmission time compared to the smaller block size. A smaller block is more efficient but building too small a block will require higher block composition time to clear all the transactions.…
-
CVE-2022-43945 Buffer overflow on NFSD (7th Nov 2022)
Preface: Is cloud computing in demand in 2022? Their latest forecast predicts the spending on public cloud services to jump from $257.5 billion in 2020 to $304.9 billion in 2022 as cloud services play a central role in helping businesses recover from the onslaughts of the pandemic.The current version of NFS is also called NFS…
-
CVE-2022-42793 Code Signing Verification Checks on Apple-Related Operating Systems (3rd Nov 2022)
Preface: If the supplier does not provide details. It’s hard to avoid that it’s not the exact answer. Abuse code signing-key compromise-use of revoked or expired certificates-code errors-Systems compromise Background: If you’re developing apps for iOS, you need to sign your builds in order to send them to the App Store. However, iOS code signing…
-
CVE-2022-43995 – Potential heap overflow when passwords exceed 8 characters (2nd Nov 2022)
Preface: The heap is an area of dynamically-allocated memory that is managed automatically by the operating system or the memory manager library. Memory on the heap is allocated, deallocated, and resized regularly during program execution, and this can lead to a problem called fragmentation. Background: For instance, when you download a c++ compiler for your…
-
Are you interested in CVE-2022-42827? (2nd Nov 2022)
Preface: Few years ago, people know the following details:io_service_open_extended is one of several undocumented MIG functions to communicate with IOKit drivers from user mode. This approach provides an opportunity for an attacker to perform kernel exploitation. Code writing in C-like languages can accidentally affect memory safety. Background: Memory Tagging Extension (MTE) is designed to provide…
-
CVE-2022-44019 – Total js 4 design weakness (30th Oct 2022)
Preface: A microframework is a term used to refer to minimalistic web application frameworks. It is contrasted with full-stack frameworks. Typically, a microframework facilitates receiving an HTTP request, routing the HTTP request to the appropriate controller, dispatching the controller, and returning an HTTP response. Microframeworks are often specifically designed for building the APIs for another…