No Image

Addressing the PHP-FPM Vulnerability (CVE-2019-11043) with NGINX

2019-10-30 KENNETH 0

Addressing the PHP-FPM Vulnerability (CVE-2019-11043) with NGINX A recently reported vulnerability, tracked as CVE-2019-11043, can affect websites that use PHP‑FPM to execute PHP pages. PHP‑FPM usage is particularly common at NGINX‑powered websites because NGINX does not have an in‑process PHP runtime. Instead, NGINX acts as a reverse proxy for application servers and process managers such as PHP‑FPM. The vulnerability lies in PHP‑FPM itself, not NGINX, so the only guaranteed solution is to upgrade to the patched release (or later) of your PHP version: PHP 7.1.33, PHP 7.2.24, or PHP 7.3.11. What Is the Nature of the Vulnerability? NGINX communicates with PHP‑FPM using the FastCGI protocol. Each FastCGI message contains a set of environment variables. One of these, PATH_INFO, is derived from other request parameters. If its value is unexpectedly empty, this can ultimately cause memory corruption in the PHP‑FPM binary. It is possible [ more… ]

[도서] MS Power BI를 활용한 빅데이터 시각화 분석

2019-10-30 KENNETH 0

[도서] MS Power BI를 활용한 빅데이터 시각화 분석 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]MS Power BI를 활용한 빅데이터 시각화 분석 변정한 저 | 컴원미디어 | 2019년 10월 판매가 22,000원 (0%할인) | YES포인트 0원(0%지급) 기본을 알아야 응용이 가능하다! Power BI를 통해 빅데이터 플랫폼 구축 과정을 학습한다. 이 책은 빅데이터 시각화에 대한 관심이 급증함에 따라 MS Power BI 활용을 위해 기획한 책이다. 이 책을 통해 앞으로 Source: [도서] MS Power BI를 활용한 빅데이터 시각화 분석

No Image

Windows 10 SDK Preview Build 19008 available now!

2019-10-30 KENNETH 0

Windows 10 SDK Preview Build 19008 available now! Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Windows 10 Insider Preview (Build 19008 or greater). The Preview SDK Build 19008 contains bug fixes and under development changes to the API surface area. The Preview SDK can be downloaded from developer section on Windows Insider. For feedback and updates to the known issues, please see the developer forum. For new developer feature requests, head over to our Windows Platform UserVoice. Things to note: This build works in conjunction with previously released SDKs and Visual Studio 2017 and 2019. You can install this SDK and still also continue to submit your apps that target Windows 10 build 1903 or earlier to the Microsoft Store. The Windows SDK will now formally only be supported by Visual Studio 2017 [ more… ]

No Image

Announcing Windows Server vNext Insider Preview Build 19008

2019-10-30 KENNETH 0

Announcing Windows Server vNext Insider Preview Build 19008 Hello Windows Insiders! Today we are pleased to release a new Insider Preview build of the Windows Server VNext Semi-Annual Channel edition. What’s New Windows Server Core Container Images Are 20% Smaller In what should be a significant win for any workflow that pulls Windows containers images, the download size of the Windows Server Core container Insider image has been reduced by 20%. This has been achieved by optimizing the set of .NET pre-compiled native images included in the Server Core container image. If you are using .NET Framework with Windows containers, including Windows PowerShell, use a .NET Framework image, which will include additional .NET pre-compiled native images to maintain performance for those scenarios, while also benefiting from a reduced size. Available Content Windows Server vNext Semi-Annual Preview Build 19008 The Server [ more… ]

No Image

USN-4169-1: libarchive vulnerability

2019-10-30 KENNETH 0

USN-4169-1: libarchive vulnerability libarchive vulnerability A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 19.04 Ubuntu 18.04 LTS Ubuntu 16.04 LTS Ubuntu 14.04 ESM Summary libarchive could be made to execute arbitrary code if it received specially crafted archive file. Software Description libarchive – Library to read/write archive files Details It was discovered that libarchive incorrectly handled certain archive files. An attacker could possibly execute arbitrary code. Update instructions The problem can be corrected by updating your system to the following package versions: Ubuntu 19.04 libarchive13 – 3.3.3-4ubuntu0.1 Ubuntu 18.04 LTS libarchive13 – 3.2.2-3.1ubuntu0.5 Ubuntu 16.04 LTS libarchive13 – 3.1.2-11ubuntu0.16.04.7 Ubuntu 14.04 ESM libarchive13 – 3.1.2-7ubuntu2.8+esm1 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. In general, a standard system update will make all the necessary changes. References CVE-2019-18408 Source: USN-4169-1: libarchive vulnerability