Lucene search
+L

615 matches found

AlmaLinux
AlmaLinux
added 2024/07/02 12:0 a.m.43 views

Important: less security update

The "less" utility is a text file browser that resembles "more", but allows users to move backwards in the file as well as forwards. Since "less" does not read the entire input file at startup, it also starts more quickly than ordinary text editors. Security Fixes: less: OS command injection...

8.6CVSS7.7AI score0.01059EPSS
SaveExploits0References6
Veracode
Veracode
added 2024/06/19 11:10 a.m.13 views

SQL Injection

zendframework/zendframework is vulnerable to SQL injection. The vulnerability is due to a flaw in the quoteValue and quoteValueList methods of the Zend\Db component, which did not account for all possible escapable characters, leading to improper quoting of values for SQL strings...

7.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/06/07 9:13 p.m.15 views

ZendFramework potential SQL Injection Vector When Using PDO_MySql

Developers using non-ASCII-compatible encodings in conjunction with the MySQL PDO driver of PHP may be vulnerable to SQL injection attacks. Developers using ASCII-compatible encodings like UTF8 or latin1 are not affected by this PHP issue, which is described in more detail here:...

7.8AI score
SaveExploits0References4Affected Software1
RedHat Linux
RedHat Linux
added 2024/06/06 9:37 a.m.11 views

less: OS command injection

An OS command injection flaw was found in Less. Since quoting is mishandled in filename.c, opening files with attacker-controlled file names can lead to OS command execution. Exploitation requires the LESSOPEN environment variable, which is set by default in many common cases...

8.6CVSS6.8AI score0.00628EPSS
SaveExploits0References6
IBM Security Bulletins
IBM Security Bulletins
added 2024/06/03 1:36 p.m.47 views

Security Bulletin: Multiple vulnerabilities in eclipse jetty affect IBM Business Automation Workflow

Summary IBM Business Automation Workflow packages a vulnerable version of the eclipse jetty library. Vulnerability Details CVEID:CVE-2020-27216 DESCRIPTION: Eclipse Jetty could allow a local authenticated attacker to gain elevated privileges on the system, caused by a race condition in the creati...

7.8CVSS7.7AI score0.53861EPSS
SaveExploits3Affected Software2
RedHat Linux
RedHat Linux
added 2024/05/30 2:41 p.m.21 views

less: OS command injection

An OS command injection flaw was found in Less. Since quoting is mishandled in filename.c, opening files with attacker-controlled file names can lead to OS command execution. Exploitation requires the LESSOPEN environment variable, which is set by default in many common cases...

8.6CVSS6.8AI score0.00628EPSS
SaveExploits0References6
Amazon
Amazon
added 2024/05/28 12:0 a.m.8 views

Important: less

Issue Overview: less through 653 allows OS command execution via a newline character in the name of a file, because quoting is mishandled in filename.c. Exploitation typically requires use with attacker-controlled file names, such as the files extracted from an untrusted archive. Exploitation als...

8.6CVSS7AI score0.00628EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 6:17 a.m.12 views

CLSA-2024-1716272273 less: Fix of CVE-2022-48624

CVE-2022-48624: filename.c: shell-quote filenames when invoking LESSCLOSE...

7.8CVSS7.2AI score0.01059EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 6:16 a.m.12 views

CLSA-2024-1716272169 less: Fix of CVE-2022-48624

CVE-2022-48624: filename.c: shell-quote filenames when invoking LESSCLOSE...

7.8CVSS6.8AI score0.01059EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 6:12 a.m.14 views

CLSA-2024-1716271951 less: Fix of CVE-2022-48624

CVE-2022-48624: shell-quote filenames when invoking LESSCLOSE...

7.8CVSS6.8AI score0.01059EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 12:0 p.m.11 views

CLSA-2024-1715947224 Fix CVE(s): CVE-2024-32487

SECURITY UPDATE: quoting is mishandled in filename.c. - debian/patches/CVE-2024-32487.patch: Fix bug when viewing a file whose name contains a newline. - CVE-2024-32487...

8.6CVSS6.9AI score0.00628EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 11:56 a.m.12 views

CLSA-2024-1715946971 less: Fix of CVE-2024-32487

CVE-2024-32487: filename.c: quoting mishandling...

8.6CVSS6.9AI score0.00628EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 11:47 a.m.9 views

CLSA-2024-1715946466 less: Fix of CVE-2024-32487

CVE-2024-32487: filename.c: quoting mishandling...

8.6CVSS6.9AI score0.00628EPSS
SaveExploits0References1
CloudLinux
CloudLinux
added 2024/05/17 11:47 a.m.66 views

less: Fix of CVE-2024-32487

CVE-2024-32487: filename.c: quoting mishandling...

8.6CVSS6.4AI score0.00628EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 11:7 a.m.10 views

OESA-2024-1587 less security update

Less is a pager. A pager is a program that displays text files. Other pagers commonly in use are more and pg. Pagers are often used in command-line environments like the Unix shell and the MS-DOS command prompt to display files. Security Fixes: less through 653 allows OS command execution via a...

6.1CVSS7.2AI score0.00628EPSS
SaveExploits0References2
Veracode
Veracode
added 2024/05/16 7:43 a.m.17 views

Mass Assignment

Laravel is vulnerable to Mass Assignment. The vulnerability is due to insufficient column quoting for all database drivers, which could allow attackers to perform unauthorized mass assignment operations. If using guarded and passing a user-controlled array into an "update" or "save" function,...

7.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/05/15 10:5 p.m.19 views

Laravel Risk of mass-assignment vulnerabilities

Laravel 4.1.29 improves the column quoting for all database drivers. This protects your application from some mass assignment vulnerabilities when not using the fillable property on models. If you are using the fillable property on your models to protect against mass assignment, your application ...

7.2AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/15 6:42 p.m.15 views

Doctrine DBAL SQL injection possibility

The identifier quoting in Doctrine DBAL has a potential security problem when user-input is passed into this function, making the security aspect of this functionality obsolete. If you make use of AbstractPlatform::quoteIdentifier or Doctrine::quoteIdentifier please upgrade immediately. The ORM...

7.2AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/14 8:2 a.m.12 views

CLSA-2024-1715673753 Fix CVE(s): CVE-2024-32487

SECURITY UPDATE: quoting is mishandled in filename.c. - debian/patches/CVE-2024-32487.patch: Fix bug when viewing a file whose name contains a newline. - CVE-2024-32487...

8.6CVSS6.9AI score0.00628EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/14 7:59 a.m.12 views

CLSA-2024-1715673596 less: Fix of CVE-2024-32487

Fix CVE-2024-32487: filename.c: quoting mishandling...

8.6CVSS6.9AI score0.00628EPSS
SaveExploits0References1
Rows per page
Query Builder