Lucene search
+L

583 matches found

Prion
Prion
added 2023/03/14 9:15 p.m.16 views

Stack overflow

Rizin is a UNIX-like reverse engineering framework and command-line toolset. In version 0.5.1 and prior, converting a GDB registers profile file into a Rizin register profile can result in a stack-based buffer overflow when the name, type, or groups fields have longer values than expected. Users...

4.4CVSS7.9AI score0.00315EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2023/03/14 8:37 p.m.86 views

CVE-2023-27590

The CVE-2023-27590 entry concerns Rizin (UNIX-like reverse engineering framework). It describes a stack-based buffer overflow in versions up to 0.5.1 when converting a GDB registers profile file into a Rizin register profile, triggered when the name, type, or groups fields exceed expected lengths...

7.8CVSS7.8AI score0.00315EPSS
SaveExploits0References6Affected Software1
The Hacker News
The Hacker News
added 2023/03/14 12:2 p.m.54 views

GoBruteforcer: New Golang-Based Malware Breaches Web Servers Via Brute-Force Attacks

A new Golang-based malware dubbed GoBruteforcer has been found targeting web servers running phpMyAdmin, MySQL, FTP, and Postgres to corral the devices into a botnet. "GoBruteforcer chose a Classless Inter-Domain Routing CIDR block for scanning the network during the attack, and it targeted all I...

SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:46 a.m.10 views

SUSE CVE-2021-21290

Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty before version 4.1.59.Final there is a vulnerability on Unix-like systems involving an insecure temp file. When netty's...

2.9CVSS7.5AI score0.01777EPSS
SaveExploits1References8
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.9 views

SUSE CVE-2021-29428

In Gradle before version 7.0, on Unix-like systems, the system temporary directory can be created with open permissions that allow multiple users to create and delete files within it. Gradle builds could be vulnerable to a local privilege escalation from an attacker quickly deleting and recreatin...

8.8CVSS9.1AI score0.00534EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:40 a.m.4 views

SUSE CVE-2021-32751

Gradle is a build tool with a focus on build automation. In versions prior to 7.2, start scripts generated by the application plugin and the gradlew script are both vulnerable to arbitrary code execution when an attacker is able to change environment variables for the user running the script. Thi...

4.8CVSS9.5AI score0.02709EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:27 a.m.11 views

SUSE CVE-2022-24823

Netty is an open-source, asynchronous event-driven network application framework. The package io.netty:netty-codec-http prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local syst...

6.2CVSS7.2AI score0.01044EPSS
SaveExploits1References6
Prion
Prion
added 2023/02/09 9:15 p.m.13 views

Design/Logic Flaw

go-unixfs is an implementation of a unix-like filesystem on top of an ipld merkledag. Trying to read malformed HAMT sharded directories can cause panics and virtual memory leaks. If you are reading untrusted user input, an attacker can then trigger a panic. This is caused by bogus fanout paramete...

5CVSS7.4AI score0.00675EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2023/01/20 12:0 a.m.49 views

openSUSE 15 Security Update : netty (SUSE-SU-2022:1271-1)

The remote openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:1271-1 advisory. - Updated to version 4.1.75: - CVE-2021-37136: Fixed an unrestricted decompressed data size in Bzip2Decoder bsc1190610. - CVE-2021-37137: Fixed an...

7.5CVSS6.8AI score0.18891EPSS
SaveExploits1References16
Veracode
Veracode
added 2023/01/05 4:49 p.m.23 views

Denial Of Service (DoS)

newsboat is vulnerable to denial of service DoS attacks. Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected functions are...

5.3CVSS5.2AI score0.01622EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/11/28 10:9 p.m.32 views

Temporary File Information Disclosure vulnerability in MPXJ

Impact On Unix-like operating systems not Windows or macos, MPXJ's use of File.createTempFile.. results in temporary files being created with the permissions -rw-r--r--. This means that any other user on the system can read the contents of this file. When MPXJ is reading a type of schedule file...

3.3CVSS4.3AI score0.00208EPSS
SaveExploits0References6Affected Software5
OSV
OSV
added 2022/11/28 10:9 p.m.115 views

GHSA-JF2P-4GQJ-849G Temporary File Information Disclosure vulnerability in MPXJ

Impact On Unix-like operating systems not Windows or macos, MPXJ's use of File.createTempFile.. results in temporary files being created with the permissions -rw-r--r--. This means that any other user on the system can read the contents of this file. When MPXJ is reading a type of schedule file...

2.8CVSS3.6AI score0.00208EPSS
SaveExploits0References6
CVE
CVE
added 2022/11/25 12:0 a.m.108 views

CVE-2022-41954

CVE-2022-41954 affects MPXJ prior to 10.14.1 on Unix-like systems, where using File.createTempFile(..) creates temporary files with -rw-r--r-- permissions, allowing other local users to read in-use schedule data. The vulnerability is patched in MPXJ 10.14.1 and later. A workaround is to set java....

3.3CVSS3.7AI score0.00208EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2022/11/25 12:0 a.m.11 views

CVE-2022-41954 Temporary File Information Disclosure Vulnerability

MPXJ is an open source library to read and write project plans from a variety of file formats and databases. On Unix-like operating systems not Windows or macos, MPXJ's use of File.createTempFile.. results in temporary files being created with the permissions -rw-r--r--. This means that any other...

3.3CVSS3.5AI score0.00208EPSS
SaveExploits0References2
OSV
OSV
added 2022/11/23 10:17 p.m.39 views

GHSA-562R-VG33-8X8H TemporaryFolder on unix-like systems does not limit access to created files

Vulnerability PreparedStatement.setTextint, InputStream and PreparedStatemet.setByteaint, InputStream will create a temporary file if the InputStream is larger than 51k Example of vulnerable code: java String s = "some very large string greater than 51200 bytes"; PreparedStatement.setInputStream1...

4.7CVSS7.1AI score0.0048EPSS
SaveExploits1References9
CNVD
CNVD
added 2022/11/23 12:0 a.m.21 views

Elevation of Privilege Vulnerability in FRRouting

FRRouting is FRRouting Project open source a network routing software suite running on a Unix-like platform . FRRouting security vulnerabilities , an attacker can exploit the vulnerability by creating a configuration to bypass its restrictions on the way to elevation of privilege...

8.3AI score
SaveExploits0References1
Cvelist
Cvelist
added 2022/11/23 12:0 a.m.32 views

CVE-2022-41946 TemporaryFolder on unix-like systems does not limit access to created files in pgjdbc

pgjdbc is an open source postgresql JDBC Driver. In affected versions a prepared statement using either PreparedStatement.setTextint, InputStream or PreparedStatemet.setByteaint, InputStream will create a temporary file if the InputStream is larger than 2k. This will create a temporary file which...

4.7CVSS5.3AI score0.0048EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2022/11/23 12:0 a.m.9 views

PT-2022-5790 · Pgjdbc +8 · Pgjdbc +8

Name of the Vulnerable Software and Affected Versions: pgjdbc versions prior to 4.5.0 Description: The issue is related to the implementation of the PreparedStatement.setText or PreparedStatement.setBytea methods in the PgJDBC driver, which can lead to the creation of temporary files that are...

10CVSS6.7AI score0.0481EPSS
SaveExploits3References74
RedHat Linux
RedHat Linux
added 2022/11/15 9:45 a.m.25 views

Moderate: Red Hat Security Advisory: dovecot security and enhancement update

An update for dovecot is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

8.8CVSS6.9AI score0.02071EPSS
SaveExploits1References5
Rockylinux
Rockylinux
added 2022/11/15 6:18 a.m.25 views

dovecot security and enhancement update

An update is available for dovecot. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Dovecot is an IMAP server for Linux and other UNIX-like systems, written...

8.8CVSS9.1AI score0.02071EPSS
SaveExploits1
Rows per page
Query Builder