How To Configure Jenkins with SSL Using an Nginx Reverse Proxy on Ubuntu 22.04
In this tutorial, you will configure Nginx as a reverse proxy with Let’s Encrypt for TLS encryption to securely direct client requests to Jenkins.
In this tutorial, you will configure Nginx as a reverse proxy with Let’s Encrypt for TLS encryption to securely direct client requests to Jenkins.
🟠 High ⏱ 15–60 min Last verified: 19 October 2022 Affected versions: Debian 11 (bullseye) 📖 ~4 min read • Source: Debian Security Tracker Related CVEs: CVE-2011-5036 CVE-2012-6109 CVE-2013-0183 CVE-2013-0184 CVE-2013-0262 CVE-2013-0263 CVE-2015-3225 CVE-2018-16471 +12 more Upstream summary: Rack before 1.1.3, 1.2.x before 1.2.5, and 1.3.x before 1.3.6 computes hash values for form parameters […]
🟢 Low ⏱ 5–15 min Last verified: 19 October 2022 Affected versions: Ubuntu 22.04 (jammy) 📖 ~4 min read • Source: Ubuntu Security Notice USN-5257-2 Related CVEs: CVE-2020-19860 CVE-2020-19861 Upstream summary: USN-5257-1 fixed several vulnerabilities in ldns. This update provides the corresponding update for Ubuntu 20.04 ESM and Ubuntu 22.04 ESM. Original advisory details: […]
Installing web-facing programs often involves following the same basic set of steps. This involves installing and configuring a web stack (often LAMP), uploading the application’s files to the web root, and configuring the appropriate values. In this guide, we will introduce you to this basic practice by installing a forum software called MyBB.
🟡 Medium ⏱ 10–30 min Last verified: 18 October 2022 Affected versions: Debian 11 (bullseye) 📖 ~4 min read • Source: Debian Security Tracker Related CVEs: CVE-2015-6748 CVE-2021-37714 CVE-2022-36033 Upstream summary: Cross-site scripting (XSS) vulnerability in jsoup before 1.8.3. Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step […]
Samba is an open-source implementation of the SMB/CIFS networking protocol that is used in Windows environments for shared services such as file and printer access and Active Directory. In this guide, you will install and configure a standalone Samba server to provide networked file stores or shares for a hypothetical small organization called Example.com and learn how to access the shares from Windows, Linux, and macOS.
Meilisearch is an open source, standalone search engine written in the highly performant Rust programming language. Compared with other popular search engines, Meilisearch is focused on keeping deployment straightforward– it provides features like fuzzy matching and schema-less indexing out of the box, and is managed by a single command-line binary. It includes its own web frontend for demo purposes, and can be integrated with the InstantSearch javascript library for more complex web deployment.
🟡 Medium ⏱ 10–30 min Last verified: 25 May 2026 Affected versions: Gentoo Linux 📖 ~4 min read • Source: Gentoo GLSA GLSA-202305-19 Related CVEs: CVE-2022-31214 Upstream summary: Firejail does not sufficiently validate the user's environment prior to using it as the root user when using the –join command line option. Table of contents […]
🟡 Medium ⏱ 10–30 min Last verified: 18 October 2022 Affected versions: Debian 11 (bullseye) 📖 ~4 min read • Source: Debian Security Tracker Related CVEs: CVE-2017-15924 CVE-2019-5152 CVE-2019-5163 CVE-2019-5164 Upstream summary: In manager.c in ss-manager in shadowsocks-libev 3.1.0, improper parsing allows command injection via shell metacharacters in a JSON configuration request received via […]
Это руководство рассказывает об установке комплекса LAMP на сервер с CentOS 8. Хотя MySQL доступен в используемых по умолчанию репозиториях в CentOS 8, в этом руководстве мы рассмотрим процесс настройки комплекта LAMP с MariaDB в качестве системы управления…