Lucene search
+L

4003 matches found

Cvelist
Cvelist
added 2024/05/30 5:17 p.m.38 views

CVE-2024-35468

A SQL injection vulnerability in /hrm/index.php in SourceCodester Human Resource Management System 1.0 allows attackers to execute arbitrary SQL commands via the password parameter...

8.3AI score0.0035EPSS
SaveExploits0References2
Microsoft Secure
Microsoft Secure
added 2024/05/30 5:00 p.m.76 views

Exposed and vulnerable: Recent attacks highlight critical need to protect internet-exposed OT devices

Since late 2023, Microsoft has observed an increase in reports of attacks focusing on internet-exposed, poorly secured operational technology OT devices. Internet-exposed OT equipment in water and wastewater systems WWS in the US were targeted in multiple attacks over the past months by different...

9.8CVSS7.2AI score0.02089EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.5 views

Human Resource Management System security breach

Human Resource Management System is a human resource management system by maverickosama Personal Developer. A security vulnerability exists in SourceCodester Human Resource Management System version 1.0, which originates from a SQL injection vulnerability that allows an attacker to execute...

9.8CVSS8.7AI score0.00636EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.8 views

Human Resource Management System security breach

Human Resource Management System is a human resource management system by maverickosama Personal Developer. A security vulnerability exists in SourceCodester Human Resource Management System version 1.0, which originates from a SQL injection vulnerability that allows an attacker to execute...

5.4CVSS8.7AI score0.0035EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/05/30 12:00 a.m.8 views

PT-2024-26509 · Sourcecodester · Sourcecodester Human Resource Management System

Name of the Vulnerable Software and Affected Versions: SourceCodester Human Resource Management System version 1.0 Description: A SQL injection issue allows attackers to execute arbitrary SQL commands via the password parameter in the "/hrm/index.php" API endpoint. Recommendations: For...

5.4CVSS8.2AI score0.0035EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/29 11:30 a.m.27 views

CLSA-2024-1716980150 Fix of 12 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-26929 - scsi: qla2xxx: Fix double free of fcport CVE-url: https://ubuntu.com/security/CVE-2024-35997 - HID: i2c-hid: remove I2CHIDREADPENDING flag to prevent lock-up CVE-url: https://ubuntu.com/security/CVE-2023-52752 - smb: client: fix use-after-free...

7.8CVSS6.8AI score0.00279EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2024/05/27 12:00 a.m.11 views

Fedora: Security Advisory for rust-pretty-bytes (FEDORA-2024-ce2936b568)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
Fedora
Fedora
added 2024/05/26 1:29 a.m.14 views

[SECURITY] Fedora 40 Update: rust-pretty-bytes-0.2.0-6.fc40

Convert bytes to a human readable string...

7.2AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/25 3:34 a.m.6 views

SUSE CVE-2021-47405

In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: free rawreport buffers in usbhidstop Free the unsent rawreport buffers when the device is removed. Fixes a memory leak reported by syzbot at: https://syzkaller.appspot.com/bug?id=7b4fa7cb1a7c2d3342a2a8a6c53371c8c418a...

5.5CVSS7.6AI score0.00251EPSS
SaveExploits0References14
Microsoft CVE
Microsoft CVE
added 2024/05/24 7:00 a.m.16 views

HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up

...

5.5CVSS7.3AI score0.00177EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/05/22 10:16 a.m.7 views

kernel: OOB writes in parse_hid_report_descriptor in drivers/input/tablet/gtco.c

A flaw was found in the Linux kernel's implementation of GTCO tablet/digitizer's version of the parsehidreportdescriptor in drivers. An attacker with local access could use this flaw to create a specially crafted USB device inserted into the host to corrupt memory, trigger an out-of-bounds write...

6.8CVSS6.9AI score0.00763EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.9 views

kernel: OOB writes in parse_hid_report_descriptor in drivers/input/tablet/gtco.c

A flaw was found in the Linux kernel's implementation of GTCO tablet/digitizer's version of the parsehidreportdescriptor in drivers. An attacker with local access could use this flaw to create a specially crafted USB device inserted into the host to corrupt memory, trigger an out-of-bounds write...

6.8CVSS6.9AI score0.00763EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/21 3:15 p.m.6 views

DEBIAN-CVE-2021-47405

In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: free rawreport buffers in usbhidstop Free the unsent rawreport buffers when the device is removed. Fixes a memory leak reported by syzbot at: https://syzkaller.appspot.com/bug?id=7b4fa7cb1a7c2d3342a2a8a6c53371c8c418a...

5.5CVSS5.7AI score0.00251EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel, which stems from a vulnerability in the HID:usbhid module...

5.5CVSS6.2AI score0.00251EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/20 10:15 a.m.9 views

DEBIAN-CVE-2024-35997

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: remove I2CHIDREADPENDING flag to prevent lock-up The flag I2CHIDREADPENDING is used to serialize I2C operations. However, this is not necessary, because I2C core already has its own locking for that. More importantl...

5.5CVSS5.6AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/20 10:15 a.m.11 views

UBUNTU-CVE-2024-35997

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: remove I2CHIDREADPENDING flag to prevent lock-up The flag I2CHIDREADPENDING is used to serialize I2C operations. However, this is not necessary, because I2C core already has its own locking for that. More importantl...

5.5CVSS6.1AI score0.00177EPSS
SaveExploits0References32
The Hacker News
The Hacker News
added 2024/05/16 1:48 p.m.25 views

North Korean Hackers Exploit Facebook Messenger in Targeted Malware Campaign

The North Korea-linked Kimsuky hacking group has been attributed to a new social engineering attack that employs fictitious Facebook accounts to targets via Messenger and ultimately delivers malware. "The threat actor created a Facebook account with a fake identity disguised as a public official...

6.9AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/05/16 12:00 a.m.10 views

The vulnerability of the hid_output_report() function in the drivers/hid/hid-core.c module of the Linux kernel’s HID driver allows a hacker to gain access to protected information.

The vulnerability of the hidoutputreport function in the drivers/hid/hid-core.c module of the Linux kernel’s HID driver is related to incorrect calculation of buffer size. Exploiting this vulnerability could allow an attacker to gain access to protected information...

7.8CVSS6AI score
SaveExploits0References12Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:00 a.m.8 views

The vulnerability of the i2c_hid_of_probe() function in the HID driver for I2C devices in Linux kernels allows a hacker to cause a service failure.

The vulnerability of the i2chidofprobe function in the drivers/hid/i2c-hid/i2c-hid-of.c file of the HID device driver for I2C devices in the Linux kernel is related to the assignment of a null pointer. Exploiting this vulnerability could allow an attacker to cause a system failure...

4.6CVSS6.4AI score0.0023EPSS
SaveExploits0References20Affected Software4
OSV
OSV
added 2024/05/14 3:38 p.m.7 views

CVE-2024-34221

Sourcecodester Human Resource Management System 1.0 is vulnerable to Insecure Permissions resulting in privilege escalation...

8.8CVSS5.8AI score0.00845EPSS
SaveExploits1References1
Rows per page
Query Builder