Lucene search
+L

4485 matches found

Cvelist
Cvelist
added 2026/04/13 12:00 a.m.38 views

CVE-2026-36873

Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/loadadmin.php...

0.00225EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/13 12:00 a.m.15 views

CVE-2026-36873

CVE-2026-36873 affects Sourcecodester Basic Library System v1.0. The vulnerability is a SQL Injection in the administrative loader endpoint at /librarysystem/load_admin.php (variants in copies show /librarysystem/load_admin.php). Evidence from Red Hat, ENISA EUVD, CIRCL, CVE lists confirms the sa...

2.7CVSS5.9AI score0.00225EPSS
SaveExploits1References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/13 12:00 a.m.22 views

Linux Distros Unpatched Vulnerability : CVE-2026-39983

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - basic-ftp is an FTP client for Node.js. Prior to 5.2.1, basic-ftp allows FTP command injection via CRLF sequences \r\n in file path parameters passed to...

8.6CVSS7.8AI score0.02185EPSS
SaveExploits1References3
CVE
CVE
added 2026/04/13 12:00 a.m.30 views

CVE-2026-36872

CVE-2026-36872 affects Sourcecodester Basic Library System v1.0, with a SQL Injection vulnerability in the script path /librarysystem/load_book.php. The connected records confirm the vulnerable endpoint but do not provide detailed root cause analysis, affected parameter names, or remediation step...

2.7CVSS5.9AI score0.00225EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2026/04/13 12:00 a.m.34 views

CVE-2026-36872

Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/loadbook.php...

0.00225EPSS
SaveExploits1References1
CISA KEV Catalog
CISA KEV Catalog
added 2026/04/13 12:00 a.m.42 views

Microsoft Visual Basic for Applications Insecure Library Loading Vulnerability

Microsoft Visual Basic for Applications VBA contains an insecure library loading vulnerability that could allow for remote code execution...

7.8CVSS6.1AI score0.21028EPSS
SaveIn wildExploits0
Vulnrichment
Vulnrichment
added 2026/04/13 12:00 a.m.3 views

CVE-2026-36872

Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/loadbook.php...

5.9AI score0.00225EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/04/13 12:00 a.m.47 views

CVE-2026-36874

Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/loadstudent.php...

0.00225EPSS
SaveExploits1References1
BDU FSTEC
BDU FSTEC
added 2026/04/13 12:00 a.m.10 views

The vulnerability of the protectWhitespace() function in the FTP-client library basic-ftp of the Node.js software platform allows a hacker to execute arbitrary commands.

The vulnerability of the protectWhitespace function in the FTP-client library of the Node.js software platform’s basic-ftp library is related to the failure to take measures to neutralize CRLF sequences. Exploiting this vulnerability could allow a remote attacker to execute arbitrary commands...

9CVSS6.1AI score0.02185EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/10 9:22 p.m.9 views

CVE-2026-39983

A flaw was found in basic-ftp, an FTP client for Node.js. A remote attacker can exploit this vulnerability by injecting Carriage Return Line Feed CRLF sequences into file path parameters used by high-level APIs. This allows the attacker to split a single intended FTP command into multiple command...

8.6CVSS6AI score0.02185EPSS
SaveExploits1References6
Snyk
Snyk
added 2026/04/10 9:00 p.m.10 views

Improper Authorization

Overview Affected versions of this package are vulnerable to Improper Authorization via the CloudSpec method on the Controller facade. An attacker can obtain sensitive cloud credentials by making an authenticated API call with only basic login permissions, without requiring elevated privileges...

9.9CVSS5.8AI score0.00445EPSS
SaveExploits1References2
vulnersOsv
vulnersOsv
added 2026/04/10 8:18 p.m.1 views

@activeboxes/piece-sftp (0.2.6), @activepieces/piece-apify (0.2.1) +24 more potentially affected by CVE-2026-39983 via basic-ftp (>=5.0.2, <=5.1.0)

basic-ftp NPM version =5.0.2, =0.2.6, =1.0.0, =1.0.0, =2.0.18, =1.9.2, =1.2.0, =4.6.0-blowfish, =1.0.3, =1.0.4, =0.1.1, =0.2.0 and more Source cves: CVE-2026-39983 Source advisory: SNYK:JS-BASICFTP-15989098...

8.6CVSS7.9AI score0.02185EPSS
SaveExploits1
OSV
OSV
added 2026/04/10 8:18 p.m.7 views

GHSA-6V7Q-WJVX-W8WG basic-ftp: Incomplete CRLF Injection Protection Allows Arbitrary FTP Command Execution via Credentials and MKD Commands

Summary basic-ftp's CRLF injection protection added in commit 2ecc8e2 for GHSA-chqc-8p9q-pq6q is incomplete. Two code paths bypass the protectWhitespace control character check: 1 the login method directly concatenates user-supplied credentials into USER/PASS FTP commands without any validation,...

8.2CVSS6.2AI score
SaveExploits0References4
Snyk
Snyk
added 2026/04/10 8:18 p.m.21 views

CRLF Injection

Overview basic-ftp is a FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript. Affected versions of this package are vulnerable to CRLF Injection via the login and openDir methods. An attacker can execute arbitrary FTP commands by injecting control characters into...

9.1CVSS6.1AI score0.02185EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/10 8:18 p.m.23 views

basic-ftp: Incomplete CRLF Injection Protection Allows Arbitrary FTP Command Execution via Credentials and MKD Commands

Summary basic-ftp's CRLF injection protection added in commit 2ecc8e2 for GHSA-chqc-8p9q-pq6q is incomplete. Two code paths bypass the protectWhitespace control character check: 1 the login method directly concatenates user-supplied credentials into USER/PASS FTP commands without any validation,...

6.2AI score
SaveExploits0References4Affected Software1
vulnersOsv
vulnersOsv
added 2026/04/10 8:18 p.m.1 views

@activeboxes/piece-sftp (0.2.6), @activepieces/piece-apify (0.2.1) +24 more potentially affected by unknown CVE via basic-ftp (>=5.0.2, <=5.1.0)

basic-ftp NPM version =5.0.2, =0.2.6, =1.0.0, =1.0.0, =2.0.18, =1.9.2, =1.2.0, =4.6.0-blowfish, =1.0.3, =1.0.4, =0.1.1, =0.2.0 and more Source cves: unknown CVE Source advisory: OSV:GHSA-6V7Q-WJVX-W8WG...

5.4AI score
SaveExploits0
OSV
OSV
added 2026/04/10 6:22 p.m.8 views

MAL-2026-2541 Malicious code in gd-auth-sso (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 8f23b8545f85df66640646272b028ab4db1032fcb4fd5bbd745971b3438cc4f1 Installing the package or importing the module exfiltrates basic information about the host, and the package has no other purpose. --- Category: PROBABLYPENTES...

6AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/10 3:30 p.m.11 views

Malicious code in bonsaitree1 (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 0c35db41a5cf0a0671b33adf698777ebb63055a4f5ab3076bf3ed563a875cbb6 Dependency confusion attempt. The user identifies themselves as a HackerOne user abusing the PyPI for the purpose of a bug bounty program. This package did not...

5.9AI score
SaveExploits0References1
OSV
OSV
added 2026/04/10 4:17 a.m.25 views

DEBIAN-CVE-2026-5501

wolfSSLX509verifycert in the OpenSSL compatibility layer accepts a certificate chain in which the leaf's signature is not checked, if the attacker supplies an untrusted intermediate with Basic Constraints CA:FALSE that is legitimately signed by a trusted root. An attacker who obtains any leaf...

8.1CVSS5.6AI score0.00184EPSS
SaveExploits0References1
AlpineLinux
AlpineLinux
added 2026/04/10 3:07 a.m.20 views

CVE-2026-5501

wolfSSLX509verifycert in the OpenSSL compatibility layer accepts a certificate chain in which the leaf's signature is not checked, if the attacker supplies an untrusted intermediate with Basic Constraints CA:FALSE that is legitimately signed by a trusted root. An attacker who obtains any leaf...

8.6CVSS5.5AI score0.00184EPSS
SaveExploits0
Rows per page
Query Builder