Lucene search
+L

656 matches found

RedhatCVE
RedhatCVE
added 2023/11/09 11:14 p.m.44 views

CVE-2023-46998

A flaw was discovered in bootbox.js. This issue may allow a remote attacker to execute arbitrary code using a specially crafted payload, compromising the confidentiality and integrity of sensitive data. Mitigation Sanitize input before adding it to a DOM element using jquery...

6.5CVSS6.5AI score0.01435EPSS
Exploits2References3
OSV
OSV
added 2023/11/03 7:1 p.m.86 views

GHSA-GC7P-J5XM-XXH2 Unauthorized Access to Private Fields in User Registration API

System Details | Name | Value | |----------|------------------------| | OS | Windows 11 | | Version | 4.11.1 node v16.14.2 | | Database | mysql | Description I marked some fields as private fields in user content-type, and tried to register as a new user via api, at the same time I added content ...

7.6CVSS7.4AI score0.00496EPSS
Exploits1References4
Positive Technologies
Positive Technologies
added 2023/11/03 12:0 a.m.11 views

PT-2023-28024 · Rsvpmaker · Rsvpmaker

Name of the Vulnerable Software and Affected Versions: RSVPMaker versions through 10.6.6 Description: The issue is related to an SQL Injection vulnerability due to improper neutralization of special elements used in an SQL command. This allows for SQL Injection attacks. Recommendations: For...

9.8CVSS10AI score0.00862EPSS
Exploits1References6
OSV
OSV
added 2023/10/25 2:9 p.m.49 views

GHSA-5873-6FWQ-463F stellar-strkey vulnerable to panic in SignedPayload::from_payload

Impact Panic vulnerability when a specially crafted payload is used. This is because of the following calculation: rust innerpayloadlen + 4 - innerpayloadlen % 4 % 4 If innerpayloadlen is 0xffffffff, 4 - innerpayloadlen % 4 % 4 = 1 so rust innerpayloadlen + 4 - innerpayloadlen % 4 % 4 = u32::MAX ...

5.3CVSS5.9AI score0.00762EPSS
Exploits1References7
Github Security Blog
Github Security Blog
added 2023/10/25 2:9 p.m.36 views

stellar-strkey vulnerable to panic in SignedPayload::from_payload

Impact Panic vulnerability when a specially crafted payload is used. This is because of the following calculation: rust innerpayloadlen + 4 - innerpayloadlen % 4 % 4 If innerpayloadlen is 0xffffffff, 4 - innerpayloadlen % 4 % 4 = 1 so rust innerpayloadlen + 4 - innerpayloadlen % 4 % 4 = u32::MAX ...

7.5CVSS6.7AI score0.00762EPSS
Exploits1References7Affected Software1
WPVulnDB
WPVulnDB
added 2023/07/10 12:0 a.m.18 views

Mail Control <= 0.2.8 - Unauthenticated Stored Cross-Site Scripting via Email Subject

The plugin does not adequately sanitize input or escape output for email subjects, resulting in potential for stored cross-site scripting...

7.2CVSS6.6AI score0.00605EPSS
Exploits0References1Affected Software1
Exploit DB
Exploit DB
added 2023/03/28 12:0 a.m.141 views

iBooking v1.0.8 - Arbitrary File Upload

Exploit Title: iBooking v1.0.8 - Arbitrary File Upload Exploit Author: d1z1n370/oPty Date: 01/11/2022 Vendor Homepage: https://codecanyon.net/item/ibooking-laravel-booking-system/30362088 Tested on: Linux Version: 1.0.8 Exploit Description: The application is prone to an arbitrary file-upload...

7.4AI score
Exploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.2 views

SUSE CVE-2022-35948

undici is an HTTP/1.1 client, written from scratch for Node.js.= [email protected] users are vulnerable to CRLF Injection on headers when using unsanitized input as request headers, more specifically, inside the content-type header. Example: import request from 'undici' const unsanitizedContentTypeInp...

5.3CVSS5.7AI score0.01227EPSS
Exploits1References7
OSV
OSV
added 2023/01/25 7:40 p.m.65 views

GHSA-QRG7-HFX7-95C5 Command injection in Git package in Wrangler

Impact A command injection vulnerability was discovered in Wrangler's Git package affecting versions up to and including v1.0.0. Wrangler's Git package uses the underlying Git binary present in the host OS or container image to execute Git operations. Specially crafted commands can be passed to...

7.5CVSS9.1AI score0.03759EPSS
Exploits0References12
Positive Technologies
Positive Technologies
added 2022/11/17 12:0 a.m.11 views

PT-2022-24794 · Unknown · College Management System

Name of the Vulnerable Software and Affected Versions: College Management System version 1.0 Description: The issue allows for SQL Injection SQLi by inserting SQL commands into the username and password fields in the "login.php" page. Recommendations: For College Management System version 1.0, as...

9.8CVSS9.8AI score0.00602EPSS
Exploits0References3
Huntr
Huntr
added 2022/09/27 7:28 p.m.7 views

Add Client function is vulnerable to stored HTML injection

Description HTML Injection also termed as “virtual defacements” is one of the most simple and the most common vulnerability that arises when the web-page fails to sanitize the user-supplied input or validates the output, which thus allows the attacker to craft his payloads and injects the malicio...

0.7AI score
Exploits0
Positive Technologies
Positive Technologies
added 2022/09/26 12:0 a.m.5 views

PT-2022-24837 · Nuprocess · Nuprocess

Name of the Vulnerable Software and Affected Versions: NuProcess versions 1.2.0 through 2.0.4 Description: NuProcess is an external process execution implementation for Java that is vulnerable to command line injection attacks. Attackers can use NUL characters in their strings to inject command...

9.8CVSS9.3AI score0.01177EPSS
Exploits1References12
Prion
Prion
added 2022/08/15 11:21 a.m.22 views

Crlf injection

undici is an HTTP/1.1 client, written from scratch for Node.js.= email protected users are vulnerable to CRLF Injection on headers when using unsanitized input as request headers, more specifically, inside the content-type header. Example: import request from 'undici' const...

5CVSS5.4AI score0.01227EPSS
Exploits1References3Affected Software1
UbuntuCve
UbuntuCve
added 2022/08/15 12:0 a.m.47 views

CVE-2022-35948

undici is an HTTP/1.1 client, written from scratch for Node.js.= [email protected] users are vulnerable to CRLF Injection on headers when using unsanitized input as request headers, more specifically, inside the content-type header. Example: import request from 'undici' const unsanitizedContentTypeInp...

5.3CVSS6.5AI score0.01227EPSS
Exploits1References3
Vulnrichment
Vulnrichment
added 2022/08/13 12:0 a.m.8 views

CVE-2022-35948 CRLF Injection in Nodejs ‘undici’ via Content-Type

undici is an HTTP/1.1 client, written from scratch for Node.js.= [email protected] users are vulnerable to CRLF Injection on headers when using unsanitized input as request headers, more specifically, inside the content-type header. Example: import request from 'undici' const unsanitizedContentTypeInp...

5.3CVSS5.5AI score0.01227EPSS
Exploits1References3
Cvelist
Cvelist
added 2022/08/13 12:0 a.m.35 views

CVE-2022-35948 CRLF Injection in Nodejs ‘undici’ via Content-Type

undici is an HTTP/1.1 client, written from scratch for Node.js.= [email protected] users are vulnerable to CRLF Injection on headers when using unsanitized input as request headers, more specifically, inside the content-type header. Example: import request from 'undici' const unsanitizedContentTypeInp...

5.3CVSS7.3AI score0.01227EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2022/07/11 1:15 p.m.6 views

CVE-2022-1474

The WP Event Manager WordPress plugin before 3.1.28 does not sanitise and escape its search before outputting it back in an attribute on the event dashboard, leading to a Reflected Cross-Site Scripting...

6.1CVSS6.3AI score0.00796EPSS
Exploits2References2
Prion
Prion
added 2022/04/04 5:15 p.m.34 views

Path traversal

Moment.js is a JavaScript date library for parsing, validating, manipulating, and formatting dates. A path traversal vulnerability impacts npm server users of Moment.js between versions 1.0.1 and 2.29.1, especially if a user-provided locale string is directly used to switch moment locale. This...

5CVSS7.6AI score0.05664EPSS
Exploits0References7Affected Software4
Positive Technologies
Positive Technologies
added 2022/04/04 12:0 a.m.9 views

PT-2022-16878

Name of the Vulnerable Software and Affected Versions Moment.js versions 1.0.1 through 2.29.1 Description A path traversal vulnerability impacts npm server users of Moment.js, especially if a user-provided locale string is directly used to switch moment locale. This issue allows an unauthenticate...

7.8CVSS7.3AI score0.05664EPSS
Exploits0References64
Github Security Blog
Github Security Blog
added 2022/03/01 10:22 p.m.38 views

Remote shell execution vulnerability in image_processing

Impact When using the apply method from imageprocessing to apply a series of operations that are coming from unsanitized user input, this allows the attacker to execute shell commands: rb ImageProcessing::Vips.apply system: "echo EXECUTED" EXECUTED This method is called internally by Active Stora...

10CVSS2.2AI score0.02595EPSS
Exploits1References6Affected Software1
Rows per page
Query Builder