2019 - Page 403 of 527

What is a Content Security Policy? — step-by-step Security tutorial on Progressive Robot

What is a Content Security Policy?

A Content Security Policy (CSP) is a mechanism for web developers to increase the security of their websites. By setting a Content Security Policy, web developers can instruct web browsers to only load resources from certain trusted domains, enforce secure HTTPS connections, and even report policy violations as they occur. This can prevent many content injection and cross-site scripting (XSS) vulnerabilities, which often lead to data leaks, website vandalism, and malware distribution.

Read more
FreeBSD 12 — patch — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — patch — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 12 June 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: patch — multiple vulnerabilities Related CVEs: CVE-2018-1000156 CVE-2018-6951 CVE-2018-6952 Upstream summary: NVD reports: An issue was discovered in GNU patch through 2.7.6. There is a segmentation fault, associated with a […]

Read more
Understanding Arrow Functions in JavaScript — step-by-step Javascript tutorial on Progressive Robot

Understanding Arrow Functions in JavaScript

Arrow functions are a new way to write anonymous function expressions in JavaScript, and are similar to lambda functions in some other programming languages like Python. They differ from traditional functions in the way their scope is determined and how their syntax is expressed, and are particularly useful when passing a function as a parameter to a higher-order function, like an array iterator method. In this article, you will find examples of arrow function behavior and syntax.

Read more
Debian 9 — gnupg2 — vulnerability — patch and remediation guide — diagnosis and fix on Debian 9

Debian 9 — gnupg2 — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 12 June 2019 Affected versions: Debian 9 (stretch) 📖 ~4 min read  •  Source: Debian Security Tracker Related CVEs: CVE-2018-12020 Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance […]

Read more
Ubuntu 16.04 — libvirt — multiple vulnerabilities (17 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 16.04

Ubuntu 16.04 — libvirt — multiple vulnerabilities (17 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 12 June 2019 Affected versions: Ubuntu 16.04 (xenial) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4047-1 Related CVEs: CVE-2019-10161 CVE-2019-10166 CVE-2019-10167 CVE-2019-10168 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2019-11091  +9 more Upstream summary: Matthias Gerstner and Ján Tomko discovered that libvirt incorrectly handled certain API calls. An attacker […]

Read more
Ubuntu 18.04 — npm — vulnerability — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — npm — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 12 June 2019 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-4785-1 Related CVEs: CVE-2016-3956 Upstream summary: It was discovered that the npm command-line interface mishandled certain sensitive information. An attacker could use this vulnerability to collect authentication information that could […]

Read more
How to Set Up a Scale-Out File Server (SoFS) on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up a Scale-Out File Server (SoFS) on Windows Server 2019

Introduction to Scale-Out File Server on Windows Server 2019 Scale-Out File Server (SoFS) is a Windows Server 2019 failover cluster role that presents Cluster Shared Volumes (CSV) as SMB 3.x file shares that all cluster nodes simultaneously serve. Unlike a traditional clustered file server where only one node owns the storage at a time, SoFS […]

Read more
CHAT