-
When a product encounters a defect, it is not bad news. It will be safer than other products in the future (20th Dec, 2021)
Preface: Sometimes misconfiguration or abuse will be transformed as a vulnerability. Background: Apache Module mod_lua (Official note) -This module holds a great deal of power over httpd, which is both a strength and a potential security risk. It is not recommended that you use this module on a server that is shared with users you…
-
Closer look CVE-2021-22054 – advisory to address a vulnerability in Workspace ONE UEM console (19th Dec 2021)
Preface: CISA urges vigilance on the VMware Workspace ONE UEM console. Background: The aim of configure the httphandler for display blobs (Binary Large Object) such as an image, a video or a file.In a nutshell the blobhandler allows us to get an URL to diplay a blob stored in our database.Whether is there any cyber…
-
About CVE-2021-43812 : Are you using nextjs-auth0 ? (16th Dec, 2021)
Preface: The Auth0 Next.js SDK is a library for implementing user authentication in Next.js applications. Background: The Auth0 Next. js SDK is a library for implementing user authentication in Next[.] js applications. Auth0 offers two ways to implement login authentication for your applications: Universal Login where users log in to your application through a page…
-
About CVE-2021-39656 (Android), are you interested to know? (15-12-2021)
Preface: The biggest advantage for Android is actually in hardware, not software. The best part of Android platform is that it is flexible in accommodating third party applications which facilitates the Android user to add more functionality in his/her mobile device. Background: Configfs is a ram-based filesystem that provides the converse of sysfs’s functionality. Where…
-
CVE-2021-42064 Unpublished bug, under circumstances, it exposing the backend DB (14th Dec, 2021)
Preface: The Oracle 10g limitation of 1000 items in a static IN clause. How do you increase maximum number of expressions in a list is 1000 in Oracle? Any in statement like x in (1,2,3) can be rewritten as (1,x) in ((1,1), (1,2), (1,3)) and the 1000 element limit will no longer apply. Background: SAP…
-
Kronos hot with ransomware, even though we do not know the reason. However, the original has weakness (14-12-2021)
Preface: In October 2020, two of the largest human resources (HR) technology vendors out there—Kronos and Ultimate Software—merged into UKG (Ultimate Kronos Group). Together, the two companies now bring customers more than 70 combined years of experience in the industry. Background: Kronos’ system integration capabilities has compatibility because it accept CSV format of file as…
-
About CVE-2021-44228 & CVE-2021-4097 (12th Dec 2021)
Preface: We like Java and sometimes we hate it. People think that the php programming language will be eliminated, but there are still many people still using it. Background: Apache is a pioneer in occupying the Web server platform market. Over time, people worry about the weaknesses of the Apache overall design. So a group…
-
Fix for CVE-2021-41773 in Apache HTTP Server 2.4.50, it still require fine tune. (9th Dec 2021)
Preface: Some people say that CGI-Bin is a historical site. Today’s onerous security environment, perhaps not people use it. The truth tell us is that CGI-Bin still have space for survival. Background: About two months ago, the proof of concept for CVE-2021-41773 (Apache 2.4.49 & 2.4.50) vulnerability was released. The remedy solution is modify the…
-
aBOUT cve-2021-41014 – Do you think the key element will be given by Java? (8th Dec, 2021)
Preface: Perhaps we still remember a denial of service tool so called slow http attack. It can easily to make a Apache server out of resources less than minute. UTM firewall contains many components. For example, SSL VPN gateway. From technical point of veiw, this module also similar a HTTPS web server. If it contain…
-
About IOCTL handlers (Buffer Copy without Checking Size of Input (Classic Buffer Overflow)) – 7th Dec 2021
Preface: If it is a integer, just use it directly. If it is a pointer, need to check for valid user address: int access_ok(int type, const void *addr, unsigned long size); Background: IOCTL is referred as Input and Output Control, which is used to talk with device drivers. IOCTL is a system call where system…