Secure API Access with NGINX and Azure Active Directory

2022-10-07 KENNETH 0

Secure API Access with NGINX and Azure Active Directory APIs play a critical role in application connectivity, but they are also vulnerable to attacks. In the past, with monolithic apps, there was only one entry point to secure. In microservices architectures, a single app often consists of many microservices connected via APIs, and each of those APIs could have hundreds of endpoints. This makes the potential attack surface for APIs huge, with every new API creating an entry point in your security perimeter. There are many strategies to secure your APIs. One of the most fundamental is access control. Simply put, you must verify the user’s identity (authentication, or AuthN) and confirm that they can access certain resources (authorization, or AuthZ). Implementing OpenID Connect (OIDC) is one of the most common access control approaches used for APIs. You can get [ more… ]

[도서] 페도라로 실습하는 리눅스 시스템 관리 Vol.1

2022-10-06 KENNETH 0

[도서] 페도라로 실습하는 리눅스 시스템 관리 Vol.1 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]페도라로 실습하는 리눅스 시스템 관리 Vol.1 데이빗 보스 저/김기주,나가진,송지연 공역 | 에이콘출판사 | 2022년 10월 판매가 40,500원 (10%할인) | YES포인트 2,250원(5%지급) 버추얼박스(VirtualBox)라는 무료 VM(Virtual Machine)과 페도라를 이용해 리눅스 시스템 사용과 관리를 실습할 수 있는 책이다. 1권에서 기본적인 셸과 명령 줄 도구들로 시작해 2권에서 디스크, 프린터, 네트워킹, Source: [도서] 페도라로 실습하는 리눅스 시스템 관리 Vol.1

No Image

USN-5661-1: LibreOffice vulnerabilities

2022-10-06 KENNETH 0

USN-5661-1: LibreOffice vulnerabilities It was discovered that LibreOffice incorrectly validated macro signatures. If a user were tricked into opening a specially crafted document, a remote attacker could possibly use this issue to execute arbitrary macros. (CVE-2022-26305) It was discovered that Libreoffice incorrectly handled encrypting the master key provided by the user for storing passwords for web connections. A local attacker could possibly use this issue to obtain access to passwords stored in the user’s configuration data. (CVE-2022-26306, CVE-2022-26307) Source: USN-5661-1: LibreOffice vulnerabilities

No Image

USN-5660-1: Linux kernel (GCP) vulnerabilities

2022-10-06 KENNETH 0

USN-5660-1: Linux kernel (GCP) vulnerabilities It was discovered that the framebuffer driver on the Linux kernel did not verify size limits when changing font or screen size, leading to an out-of- bounds write. A local attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2021-33655) Moshe Kol, Amit Klein and Yossi Gilad discovered that the IP implementation in the Linux kernel did not provide sufficient randomization when calculating port offsets. An attacker could possibly use this to expose sensitive information. (CVE-2022-1012, CVE-2022-32296) Norbert Slusarek discovered that a race condition existed in the perf subsystem in the Linux kernel, resulting in a use-after-free vulnerability. A privileged local attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary code. (CVE-2022-1729) It was discovered that the device-mapper verity (dm-verity) [ more… ]

[도서] Do it! C# 프로그래밍 입문

2022-10-06 KENNETH 0

[도서] Do it! C# 프로그래밍 입문 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]Do it! C# 프로그래밍 입문 박필준 저 | 이지스퍼블리싱 | 2022년 10월 판매가 18,000원 (10%할인) | YES포인트 1,000원(5%지급) 이벤트 : 개발자 패키지로 스펙업! C#에 빠르게 입문하는 지름길 기본 문법부터 유니티 게임과 아두이노 응용까지! 이 책은 기본이 충실하면서도 프로젝트 실습까지 챙긴 C# 입문서이다. C#에 빠르게 입문하여 활용할 수 있게 구성했다. 방대하고 Source: [도서] Do it! C# 프로그래밍 입문