Lucene search
+L

2866 matches found

OSV
OSV
added 2024/05/17 2:15 p.m.8 views

UBUNTU-CVE-2024-35836

In the Linux kernel, the following vulnerability has been resolved: dpll: fix pin dump crash for rebound module When a kernel module is unbound but the pin resources were not entirely freed other kernel module instance of the same PCI device have had kept the reference to that pin, and kernel...

5.5CVSS6.2AI score0.00191EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/17 2:2 p.m.43 views

CVE-2024-35836

In the Linux kernel, the following vulnerability has been resolved: dpll: fix pin dump crash for rebound module When a kernel module is unbound but the pin resources were not entirely freed other kernel module instance of the same PCI device have had kept the reference to that pin, and kernel...

5.5CVSS6.8AI score0.00191EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/15 12:0 a.m.5 views

SailPoint Delimited File Connector 安全漏洞

SailPoint Delimited File Connector is a read-only and rule-driven connector from SailPoint. A security vulnerability exists in the SailPoint Delimited File Connector that stems from a file path traversal vulnerability that could allow an authenticated administrator to set arbitrary connector...

4.2CVSS6.7AI score0.00368EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/14 3:39 p.m.11 views

CVE-2024-34698

FreeScout is a free, self-hosted help desk and shared mailbox. Versions of FreeScout prior to 1.8.139 contain a Prototype Pollution vulnerability in the /public/js/main.js source file. The Prototype Pollution arises because the getQueryParam Function recursively merges an object containing...

6.3CVSS4.8AI score0.00461EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2024/05/09 5:18 p.m.6 views

cri-o: Arbitrary command injection via pod annotation

A flaw was found in cri-o, where an arbitrary systemd property can be injected via a Pod annotation. Any user who can create a pod with an arbitrary annotation may perform an arbitrary action on the host system...

7.2CVSS7.3AI score0.01418EPSS
SaveExploits0References7
NVD
NVD
added 2024/05/03 10:15 a.m.42 views

CVE-2024-32986

PWAsForFirefox is a tool to install, manage and use Progressive Web Apps PWAs in Mozilla Firefox. Due to improper sanitization of web app properties such as name, description, shortcuts, web apps were able to inject additional lines into XDG Desktop Entries on Linux and AppInfo.ini on...

9.6CVSS9.3AI score0.00683EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/05/03 12:0 a.m.7 views

PT-2024-25034 · Unknown · Pwasforfirefox

Name of the Vulnerable Software and Affected Versions: PWAsForFirefox versions prior to 2.12.0 Description: The issue arises from improper sanitization of web app properties, such as name, description, and shortcuts, allowing malicious web apps to inject additional lines into XDG Desktop Entries ...

9.6CVSS7.6AI score0.00683EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/04/30 12:0 a.m.5 views

PT-2024-40722 · Exiv2 · Exiv2

Name of the Vulnerable Software and Affected Versions: Exiv2 affected versions not specified Description: The issue is related to a heap-buffer-overflow read error. Technical details about the crash include the Exiv2::AsfVideo::GUIDTag::GUIDTag, Exiv2::AsfVideo::streamProperties, and...

6.7AI score
SaveExploits0References2
Veracode
Veracode
added 2024/04/29 5:39 a.m.21 views

Improper Check For Unusual Or Exceptional Conditions

Mattermost Server is vulnerable to Improper Check for Unusual or Exceptional Conditions. The vulnerability is caused due to inadequate validation of custom status values in the user properties within user.go.This allows an attacker to crash users' web clients by submitting malformed custom status...

4.3CVSS6.8AI score0.00552EPSS
SaveExploits0References7Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/04/29 12:0 a.m.38 views

Fedora 37 : pypy3.9 (2023-af5206f71d)

The remote Fedora 37 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2023-af5206f71d advisory. Update to 7.3.11. See https://doc.pypy.org/en/latest/release-v7.3.11.html Security fix for CVE-2022-37454, CVE-2022-45061, CVE-2022-42919. Tenable h...

9.8CVSS7.1AI score0.05193EPSS
SaveExploits2References4
Openbugbounty
Openbugbounty
added 2024/04/27 1:24 a.m.9 views

jamaicanpropertiesja.com Cross Site Scripting vulnerability OBB-3923248

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Cvelist
Cvelist
added 2024/04/26 9:3 p.m.25 views

CVE-2024-32883 MCUboot Injection attack of unprotected TLV values

MCUboot is a secure bootloader for 32-bits microcontrollers. MCUboot uses a TLV tag-length-value structure to represent the meta data associated with an image. The TLVs themselves are divided into two sections, a protected and an unprotected section. The protected TLV entries are included as part...

7.7CVSS7.9AI score0.00116EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2024/04/25 6:30 p.m.23 views

Quarkus: authorization flaw in quarkus resteasy reactive and classic

A flaw was found in Quarkus. When a Quarkus RestEasy Classic or Reactive JAX-RS endpoint has its methods declared in the abstract Java class or customized by Quarkus extensions using the annotation processor, the authorization of these methods will not be enforced if it is enabled by either...

6.5CVSS6.5AI score0.00458EPSS
SaveExploits0References10Affected Software2
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/04/24 1:0 a.m.20 views

HTML attributes vs DOM properties

Attributes and properties are fundamentally different things. You can have an attribute and property of the same name set to different values. For example: … const div = document.querySelector'divfoo=bar'; console.logdiv.getAttribute'foo'; // 'bar' console.logdiv.foo; // undefined div.foo = 'hell...

6.5AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/04/24 1:0 a.m.10 views

HTML attributes vs DOM properties

Attributes and properties are fundamentally different things. You can have an attribute and property of the same name set to different values. For example: … const div = document.querySelector'divfoo=bar'; console.logdiv.getAttribute'foo'; // 'bar' console.logdiv.foo; // undefined div.foo = 'hell...

6.5AI score
SaveExploits0
NVD
NVD
added 2024/04/22 3:15 p.m.21 views

CVE-2023-38300

A certain software build for the Orbic Maui device Orbic/RC545L/RC545L:10/ORB545LV1.4.2BVZPP/230106:user/release-keys leaks the IMEI and the ICCID to system properties that can be accessed by any local app on the device without any permissions or special privileges. Google restricted third-party...

6.2CVSS6.2AI score0.00184EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/22 3:15 p.m.26 views

CVE-2023-38302

A certain software build for the Sharp Rouvo V device SHARP/VZWSTTM21VAPP/STTM21VAPP:12/SP1A.210812.016/1KN00530:user/release-keys leaks the Wi-Fi MAC address and the Bluetooth MAC address to system properties that can be accessed by any local app on the device without any permissions or special...

4.3CVSS6.2AI score0.00352EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/04/22 12:0 a.m.10 views

TCL 安全漏洞

Tcl is a freely available open source package. It provides a powerful platform for creating integrated applications that tie together various applications, protocols, devices and frameworks. A security vulnerability exists in the TCL 30Z, A3X, 20XE, and 10L, which stems from the fact that certain...

8.8CVSS6.8AI score0.00454EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/04/22 12:0 a.m.8 views

PT-2024-3765 · Unknown +2 · Cri-O Container Engine +2

Name of the Vulnerable Software and Affected Versions: CRI-O Container Engine versions prior to the fixed version Description: A flaw was found in CRI-O, where an arbitrary systemd property can be injected via a Pod annotation. Any user who can create a pod with an arbitrary annotation may perfor...

8.3CVSS6.6AI score0.93305EPSS
SaveExploits4References40
Positive Technologies
Positive Technologies
added 2024/04/22 12:0 a.m.7 views

PT-2024-12705 · Orbic · Orbic Maui

Name of the Vulnerable Software and Affected Versions: Orbic Maui device version ORB545L V1.4.2 BVZPP Description: A certain software build for the Orbic Maui device leaks the IMEI and the ICCID to system properties that can be accessed by any local app on the device without any permissions or...

6.2CVSS6.2AI score0.00184EPSS
SaveExploits0References3
Rows per page
Query Builder