updated 9 months, 4 weeks ago
by @LeSuisseActivity log
Created automatic suggestion
9 months, 4 weeks ago
@LeSuissedismissed
9 months, 4 weeks ago
Yelp: arbitrary file read
A flaw was found in Yelp. The Gnome user help application allows the help document to execute arbitrary scripts. This vulnerability allows malicious users to input help documents, which may exfiltrate user files to an external environment.
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in NotFound include-file allows Path Traversal. This issue affects include-file: from n/a through 1.
Cross-Site Request Forgery (CSRF) vulnerability in rollbar Rollbar allows Cross Site Request Forgery. This issue affects Rollbar: from n/a through 2.7.1.
Cross-Site Request Forgery (CSRF) vulnerability in PickPlugins Wishlist allows Cross Site Request Forgery. This issue affects Wishlist: from n/a through 1.0.44.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in hutsixdigital Tiger allows Stored XSS.This issue affects Tiger: from n/a through 2.0.
Affected products
tiger
=<2.0
Matching in nixpkgs
pkgs.libtiger
Rendering library for Kate streams using Pango and Cairo
updated 10 months, 2 weeks ago
by @LeSuisseActivity log
Created automatic suggestion
10 months, 3 weeks ago
@LeSuissedismissed
10 months, 2 weeks ago
markdown-it-py CLI crash on invalid UTF-8 characters
Denial of service could be caused to the command line interface of markdown-it-py, before v2.2.0, if an attacker was allowed to use invalid UTF-8 characters as input.
updated 10 months, 3 weeks ago
by @LeSuisseActivity log
Created automatic suggestion
11 months, 1 week ago
@LeSuissedismissed
10 months, 3 weeks ago
Local Privilege Escalation Vulnerability in cloudflared's Installer
A vulnerability has been discovered in cloudflared's installer (<= 2023.3.0) for Windows 32-bits devices that allows a local attacker with no administrative permissions to escalate their privileges on the affected device. This vulnerability exists because the MSI installer used by cloudflared relied on a world-writable directory.
An attacker with local access to the device (without Administrator rights) can use symbolic links to trick the MSI installer into deleting files in locations that the attacker would otherwise have no access to. By creating a symlink from the world-writable directory to the target file, the attacker can manipulate the MSI installer's repair functionality to delete the target file during the repair process.
Exploitation of this vulnerability could allow an attacker to delete important system files or replace them with malicious files, potentially leading to the affected device being compromised.
The cloudflared client itself is not affected by this vulnerability, only the installer for 32-bit Windows devices.
Affected products
cloudflared
=<<=2023.3.0
Matching in nixpkgs
pkgs.cloudflared
Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client
updated 11 months, 2 weeks ago
by @fpletzActivity log
Created automatic suggestion
11 months, 2 weeks ago
@fpletzdismissed
11 months, 2 weeks ago
Apache Airflow: Sensitive parameters exposed in API when "non-sensitive-only" configuration is set
Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Airflow.This issue affects Apache Airflow from 2.4.0 to 2.7.0.
Sensitive configuration information has been exposed to authenticated users with the ability to read configuration via Airflow REST API for configuration even when the expose_config option is set to non-sensitive-only. The expose_config option is False by default. It is recommended to upgrade to a version that is not affected if you set expose_config to non-sensitive-only configuration. This is a different error than CVE-2023-45348 which allows authenticated user to retrieve individual configuration values in 2.7.* by specially crafting their request (solved in 2.7.2).
Users are recommended to upgrade to version 2.7.2, which fixes the issue and additionally fixes CVE-2023-45348.
Affected products
apache-airflow
<2.7.0
Matching in nixpkgs
pkgs.apache-airflow
Programmatically author, schedule and monitor data pipelines
updated 11 months, 2 weeks ago
by @fpletzActivity log
Created automatic suggestion
11 months, 2 weeks ago
@fpletzdismissed
11 months, 2 weeks ago
Use after free in libwebp
There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.