Lucene search
+L

301 matches found

NVD
NVD
added 2025/07/10 3:15 p.m.12 views

CVE-2025-27613

Gitk is a Tcl/Tk based Git history browser. Starting with 1.7.0, when a user clones an untrusted repository and runs gitk without additional command arguments, files for which the user has write permission can be created and truncated. The option Support per-file encoding must have been enabled...

3.6CVSS0.00527EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/10 3:15 p.m.9 views

DEBIAN-CVE-2025-27613

Gitk is a Tcl/Tk based Git history browser. Starting with 1.7.0, when a user clones an untrusted repository and runs gitk without additional command arguments, files for which the user has write permission can be created and truncated. The option Support per-file encoding must have been enabled...

3.6CVSS6.4AI score0.00527EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/07/09 11:22 p.m.6 views

SUSE CVE-2025-46835

Git GUI allows you to use the Git source control management tools via a GUI. When a user clones an untrusted repository and is tricked into editing a file located in a maliciously named directory in the repository, then Git GUI can create and overwrite files for which the user has write permissio...

5.5CVSS6.8AI score0.00537EPSS
SaveExploits0References11
OSV
OSV
added 2025/07/08 5:00 p.m.14 views

UBUNTU-CVE-2025-46835

Git GUI allows you to use the Git source control management tools via a GUI. When a user clones an untrusted repository and is tricked into editing a file located in a maliciously named directory in the repository, then Git GUI can create and overwrite files for which the user has write permissio...

8.5CVSS7.3AI score0.00537EPSS
SaveExploits0References6
RustSec
RustSec
added 2025/06/03 12:00 p.m.18 views

--allow-read / --allow-write permission bypass in `node:sqlite`

It is possible to bypass Deno's read/write permission checks by using ATTACH DATABASE statement. PoC // poc.js import DatabaseSync from "node:sqlite" const db = new DatabaseSync":memory:"; db.exec"ATTACH DATABASE 'test.db' as test;"; db.exec"CREATE TABLE test.test id INTEGER PRIMARY KEY, name...

9.1CVSS7AI score0.00468EPSS
SaveExploits1Affected Software1
SUSE CVE
SUSE CVE
added 2025/04/11 9:21 a.m.7 views

SUSE CVE-2025-31489

MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. The signature component of the authorization may be invalid, which would mean that as a client you can use any arbitrary secret to upload objects given the user already has prior WRITE permissions on...

8.7CVSS6.9AI score0.02428EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/04/07 3:56 a.m.12 views

CVE-2025-31173

Memory write permission bypass vulnerability in the kernel futex module Impact: Successful exploitation of this vulnerability may affect service confidentiality...

8.8CVSS6.9AI score0.00113EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/11/07 9:04 p.m.41 views

CVE-2024-10975 Nomad Vulnerable To Cross-Namespace Volume Creation Abusing CSI Write Permission

Nomad Community and Nomad Enterprise "Nomad" volume specification is vulnerable to arbitrary cross-namespace volume creation through unauthorized Container Storage Interface CSI volume writes. This vulnerability, identified as CVE-2024-10975, is fixed in Nomad Community Edition 1.9.2 and Nomad...

7.7CVSS0.00446EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/07 9:04 p.m.26 views

CVE-2024-10975 Nomad Vulnerable To Cross-Namespace Volume Creation Abusing CSI Write Permission

Nomad Community and Nomad Enterprise "Nomad" volume specification is vulnerable to arbitrary cross-namespace volume creation through unauthorized Container Storage Interface CSI volume writes. This vulnerability, identified as CVE-2024-10975, is fixed in Nomad Community Edition 1.9.2 and Nomad...

7.7CVSS6.9AI score0.00446EPSS
SaveExploits0References1
Mageia
Mageia
added 2024/10/24 4:43 p.m.40 views

Updated firefox packages fix security vulnerabilities

The updated package provides Firefox 128 for all mandatory arches of Mageia x8664, i586 and aarch64, fixing several bugs, including security vulnerabilities, for i586 and aarch64: Fullscreen notification dialog can be obscured by document content. CVE-2024-7518 Out of bounds memory access in...

9.8CVSS8.3AI score0.23184EPSS
SaveExploits2References1
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from f2fs not properly checking write permissions, resulting in access control that can bypass SELinux or Landlock...

5.5CVSS6.7AI score0.00234EPSS
SaveExploits0References8
OpenVAS
OpenVAS
added 2024/10/16 12:00 a.m.14 views

openSUSE Security Advisory (SUSE-SU-2024:3629-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS9.4AI score0.23184EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2024/10/03 6:18 p.m.7 views

firefox: Clipboard write permission bypass

The Mozilla Foundation's Security Advisory: An attacker could write data to the user's clipboard, bypassing the user prompt, during a certain sequence of navigational events...

7.5CVSS7.3AI score0.00426EPSS
SaveExploits0References6
Packet Storm
Packet Storm
added 2024/09/01 12:00 a.m.237 views

Sybase Easerver 6.3 Directory Traversal

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Sybase Easerver 6.3 Directory Traversal', 'Description' = %q This module exploits a directory traversal vulnerability found in Sybase EAserver's...

5CVSS7AI score0.63612EPSS
SaveExploits2
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.12 views

SUSE CVE-2024-38610

In the Linux kernel, the following vulnerability has been resolved: drivers/virt/acrn: fix PFNMAP PTE checks in acrnvmrammap Patch series "mm: followpte improvements and acrn followpte fixes". Patch 1 fixes a bunch of issues I spotted in the acrn driver. It compiles, that's all I know. I'll...

7.8CVSS6.9AI score0.00213EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2024/06/05 10:05 a.m.10 views

kernel: mtd: require write permissions for locking and badblock ioctls

A flaw was found in the Linux Kernel, requiring write permissions for locking and badblock ioctls, as they modify protection bits...

7.1CVSS7.2AI score0.00197EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.14 views

kernel: mtd: require write permissions for locking and badblock ioctls

A flaw was found in the Linux Kernel, requiring write permissions for locking and badblock ioctls, as they modify protection bits...

7.1CVSS7.2AI score0.00197EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/30 7:45 p.m.21 views

CVE-2024-3746 Measuresoft ScadaPro Improper Access Control

The entire parent directory - C:\ScadaPro and its sub-directories and files are configured by default to allow user, including unprivileged users, to write or overwrite files...

6.8CVSS7AI score0.00182EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/19 2:20 a.m.15 views

SUSE CVE-2023-52642

In the Linux kernel, the following vulnerability has been resolved: media: rc: bpf attach/detach requires write permission Note that bpf attach/detach also requires CAPNETADMIN...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/17 10:15 a.m.14 views

DEBIAN-CVE-2023-52642

In the Linux kernel, the following vulnerability has been resolved: media: rc: bpf attach/detach requires write permission Note that bpf attach/detach also requires CAPNETADMIN...

7.8CVSS5.8AI score0.00205EPSS
SaveExploits0References1
Rows per page
Query Builder