2021 - Page 712 of 759

Ubuntu 18.04 — php-nette — vulnerability — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — php-nette — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 24 January 2021 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-5983-1 Related CVEs: CVE-2020-15227 Upstream summary: Cyku Hong discovered that Nette was not properly handling and validating data used for code generation. A remote attacker could possibly use this issue […]

Read more
How To Write Switch Statements in Go — step-by-step Programming tutorial on Progressive Robot

How To Write Switch Statements in Go

switch is an alternative conditional statement useful for communicating actions taken by your Go programs when presented with different options. Everything we can write with the switch statement can also be written with if statements. We’ll look at a few examples of what the switch statement can do, the if statements it replaces, and where it’s most appropriately applied.

Read more
Ubuntu 14.04 — openldap — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 14.04

Ubuntu 14.04 — openldap — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 24 January 2021 Affected versions: Ubuntu 14.04 (trusty) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-7713-1 Related CVEs: CVE-2021-27212 CVE-2020-36229 CVE-2020-36230 CVE-2020-36226 CVE-2020-36221 CVE-2020-36224 CVE-2020-36228 CVE-2020-36227  +12 more Upstream summary: It was discovered that OpenLDAP incorrectly handled X.509 DN parsing. A remote attacker could possibly […]

Read more
Installieren von Nginx unter Ubuntu 20.04 [Schnellstart] — step-by-step Linux tutorial on Progressive Robot

Installieren von Nginx unter Ubuntu 20.04 [Schnellstart]

Nginx ist einer der beliebtesten Webserver der Welt und hostet einige der größten und datenverkehrsreichsten Sites im Internet. Nginx ist in den meisten Fällen ressourcenschonender als Apache und kann als Webserver oder Reverse-Proxy verwendet werden. In diesem Leitfaden…

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

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

🟠 High   ⏱ 15–60 min  Last verified: 24 January 2021 Affected versions: Ubuntu 16.04 (xenial) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-8080-1 Related CVEs: CVE-2018-19976 CVE-2017-9304 CVE-2018-19974 CVE-2017-8294 CVE-2018-12034 CVE-2017-8929 CVE-2021-45429 CVE-2017-11328  +9 more Upstream summary: Kamil Frankowicz discovered that a number of YARA's functions generated memory exceptions when processing specially […]

Read more
How to Install Bro on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Bro on Ubuntu 16.04

Bro is an open-source network analysis framework and security monitoring application. It brings together some of the best features of OSSEC and osquery into one nice package. In this article, you’ll install Bro from source on Ubuntu 16.04 in standalone mode.

Read more
How To Define Functions in JavaScript — step-by-step Javascript tutorial on Progressive Robot

How To Define Functions in JavaScript

A function is a block of code that performs an action or returns a value. Functions are custom code defined by programmers that are reusable, and can therefore make your programs more modular and efficient. In this tutorial, we will learn several ways to define a…

Read more
CHAT