-
CVE-2023-36787: What’s up? (2023-08-23)
Background: Edge was initially built with Microsoft’s own proprietary browser engine, EdgeHTML, and their Chakra JavaScript engine. In late 2018, it was announced that Edge would be completely rebuilt as a Chromium-based browser with Blink and V8 engines. Chrome used only WebCore, and included its own JavaScript engine named V8 and a multiprocess system. Chrome for…
-
CVE-2023-21273: When you run this design, you should be concerned about this vulnerability! (20th Aug 2023)
Preface: UUID is an simple 128 bit digit which uniquely distributed across the world. Bluetooth sends data over air and all nearby device can receive it. Background: Android “O” was officially released on August 21, 2017 under the name “Oreo”. The BluetoothHidDevice framework adds the SDP record during app registration, so that the Android device…
-
CVE-2023-40272: Apache Airflow Spark Provider design weakness (17th Aug 2023)
Background: What is Apache Airflow used for? Apache Airflow is an open-source tool to programmatically author, schedule, and monitor workflows. It is one of the most robust platforms used by Data Engineers for orchestrating workflows or pipelines. You can easily visualize your data pipelines’ dependencies, progress, logs, code, trigger tasks, and success status. What is the…
-
NVD-2023-4387: Linux correct VMware vmxnet3 Ethernet NIC driver under Linux design weakness (17th Aug 2023)
Background: VMware VMXNET3 is a para-virtual(Hypervisor aware) network driver. The goal to designed and developed to address the network complexities in a virtualized infrastructure. A para-virtual driver is a high-performance driver that significantly reduces the overhead caused by the emulation of the corresponding physical device. VMXNET3 is aware of the hypervisor and does not require…
-
CVE-2023-28198 – Similar to previous web browser engine design flaws. A confusing similarities! (15th Aug 2023)
Preface: The official description of this design flaw (CVE-2023-28198) is caused by WebKit. No any other details! Do you have interested take a closer look? But don’t worry, this CVE marked reserved in March 2023. and allow for announcements on August 15, 2023 afterwards. I believe Apple has successfully handled it. Background: WebKit, the engine,…
-
CVE-2023-20564 – One Step closer to observe – AMD Ryzen™ Master design weakness (14th Aug 2023)
Preface: A system call is a way for programs to interact with the operating system. A computer program makes a system call when it makes a request to the operating system’s kernel. System call provides the services of the operating system to the user programs via Application Program Interface(API). The ioctl() system call manipulates the…
-
Learn more about CVE-2023-33953 (13th Aug 2023)
Background: gRPC is a powerful open source RPC (Remote Procedure Call) framework for building scalable and fast APIs. It allows client and server applications to communicate transparently and develop connected systems. Many leading tech companies have adopted gRPC. Vulnerability details: Three vectors were found that allow the following DOS attacks: – Unbounded memory buffering in…
-
CVE-2023-20569 – AMD mitigate Zen3 and Zen4 CPU return address prediction design weakness. (10th Aug 2023)
Preface: To be or not to be, AMD is not aware of any exploit of “CVE-2023-20569” outside of the research environment in this moment. Background: There are 2 phenomena that enable an unprivileged attacker to leak arbitrary information on AMD Zen3 and Zen4 CPU products. Vulnerability details: A side channel vulnerability in some of the…
-
Closer look CVE-2023-21287 (10th Aug 2023)
Preface: Android security bulletin published on 7th Aug 2023, CVE-2023-21287 may causes remote code execution.Officials did not disclose specific details. But what is the design weaknesses? Background: The Android security update is available for all Android versions that still receive regular updates (Android 11, 12, and 13). If you are using Android 10 or below,…
-
CVE-2023-35385, whether is former vulnerability successor? (9th Aug 2023)
Preface: A message can be considered a packet of data conforming to a specific protocol that contains information in well defined fields. Background: MSMQ(Microsoft Message Queuing) provides a distributed and decoupled way of sending and receiving messages between applications. MSMQ acts as a queue manager that easily decides when applications should be isolated and work…