Lucene search
+L

11737 matches found

BDU FSTEC
BDU FSTEC
added 2024/03/05 12:0 a.m.11 views

The vulnerability of the __thp_get_unmapped_area() function in the memory management subsystem of 32-bit Linux kernel allows a hacker to trigger a service failure.

The vulnerability of the thpgetunmappedarea function in the mm/hugememory.c module of the memory-management subsystem in 32-bit Linux kernel systems is related to memory allocation errors. Exploiting this vulnerability can allow an attacker to cause a system failure...

8.4CVSS5.9AI score0.01006EPSS
SaveExploits0References18Affected Software2
BDU FSTEC
BDU FSTEC
added 2024/03/05 12:0 a.m.12 views

The vulnerability of the sub_424320() function in D-Link DIR-823G router’s software allows a hacker to induce a service failure.

The vulnerability of the sub424320 function in D-Link DIR-823G router microprogramming software is related to pointer assignment errors. Exploiting this vulnerability can allow an attacker to trigger a service failure by sending a specially crafted HNAP1/SetIgnoreWizardConfig request...

7.8CVSS7.2AI score0.00427EPSS
SaveExploits1References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/03/05 12:0 a.m.14 views

The vulnerability of Windows operating system printing services allows attackers to perform spoofing attacks.

The vulnerability of Windows operating system printing services is related to errors in information representation by the user interface. Exploiting this vulnerability allows a remote attacker to perform spoofing attacks...

7.8CVSS7.4AI score0.00856EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2024/03/05 12:0 a.m.12 views

The vulnerability of the cJSON_InsertItemInArray function in the JSON file processing library for the C JSON-C language allows a attacker to cause a service failure.

The vulnerability of the cJSONInsertItemInArray function in the JSON file processing library for the C JSON language is related to pointer dereferencing errors. Exploiting this vulnerability could allow an attacker to cause service failures remotely...

7.8CVSS6.4AI score0.01508EPSS
SaveExploits1References6Affected Software2
OSV
OSV
added 2024/03/04 12:15 a.m.8 views

CVE-2024-2151

A vulnerability classified as problematic was found in SourceCodester Online Mobile Management Store 1.0. Affected by this vulnerability is an unknown functionality of the component Product Price Handler. The manipulation of the argument quantity with the input -1 leads to business logic errors...

5.3CVSS4.9AI score0.00546EPSS
SaveExploits1References3
Prion
Prion
added 2024/03/04 12:15 a.m.37 views

Input validation

A vulnerability classified as problematic was found in SourceCodester Online Mobile Management Store 1.0. Affected by this vulnerability is an unknown functionality of the component Product Price Handler. The manipulation of the argument quantity with the input -1 leads to business logic errors...

4CVSS4.9AI score0.00546EPSS
SaveExploits1References3
OpenVAS
OpenVAS
added 2024/03/04 12:0 a.m.21 views

openSUSE: Security Advisory for the Linux Kernel (openSUSE-SU-2022:2177-1)

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.8CVSS8.2AI score0.06451EPSS
SaveExploits11References2
BDU FSTEC
BDU FSTEC
added 2024/03/04 12:0 a.m.12 views

The vulnerability of the dcn_create_resource_pool function in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the dcncreateresourcepool function in the Linux operating system is related to memory release errors. Exploiting this vulnerability could allow a remote attacker to cause service interruptions...

3.5CVSS5.5AI score
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2024/03/03 12:0 a.m.7 views

PT-2024-2303 · Unknown +1 · Inet Wireless Daemon +1

Name of the Vulnerable Software and Affected Versions: iNet wireless daemon IWD versions 2.15 and earlier Description: The issue is related to initialization problems in the p2putil.c component of the iNet wireless daemon IWD, which can cause a denial of service daemon crash or possibly have othe...

7.8CVSS7.5AI score0.00937EPSS
SaveExploits0References26
Positive Technologies
Positive Technologies
added 2024/03/03 12:0 a.m.6 views

PT-2024-18924 · Sourcecodester · Sourcecodester Online Mobile Management Store

Name of the Vulnerable Software and Affected Versions: SourceCodester Online Mobile Management Store version 1.0 Description: A problematic vulnerability was found in the component Product Price Handler of the SourceCodester Online Mobile Management Store. The manipulation of the quantity argumen...

5.3CVSS7.3AI score0.00546EPSS
SaveExploits1References7
NVD
NVD
added 2024/03/02 10:15 p.m.22 views

CVE-2023-52532

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix TX CQE error handling For an unknown TX CQE error type probably from a newer hardware, still free the SKB, update the queue tail, etc., otherwise the accounting will be wrong. Also, TX errors can be triggered by...

5.5CVSS7.3AI score0.00231EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/02 10:15 p.m.1 views

DEBIAN-CVE-2023-52507

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: assert requested protocol is valid The protocol is used in a bit mask to determine if the protocol is supported. Assert the provided protocol is less than the maximum defined so it doesn't potentially perform a...

7.1CVSS5.5AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/02 9:59 p.m.7 views

CVE-2023-52582 netfs: Only call folio_start_fscache() one time for each folio

In the Linux kernel, the following vulnerability has been resolved: netfs: Only call foliostartfscache one time for each folio If a network filesystem using netfs implements a clamplength function, it can set subrequest lengths smaller than a page size. When we loop through the folios in...

5.5AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/03/01 8:32 p.m.38 views

CVE-2024-26616

A use-after-free flaw was found in the Linux Kernel when the chunk length is not 64K aligned...

5.5CVSS7.3AI score0.00291EPSS
SaveExploits0References4
OSV
OSV
added 2024/02/29 3:52 p.m.12 views

CVE-2024-26616 btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned

In the Linux kernel, the following vulnerability has been resolved: btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned BUG There is a bug report that, on a ext4-converted btrfs, scrub leads to various problems, including: - "unable to find chunk map" errors BTRFS info device...

6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/02/29 3:52 p.m.58 views

CVE-2024-26616

In the Linux kernel, the following vulnerability has been resolved: btrfs: scrub: avoid use-after-free when chunk length is not 64K aligned BUG There is a bug report that, on a ext4-converted btrfs, scrub leads to various problems, including: - "unable to find chunk map" errors BTRFS info device...

7.8CVSS6.2AI score0.00291EPSS
SaveExploits0
OSV
OSV
added 2024/02/29 12:31 p.m.5 views

GHSA-6V6W-H8M6-7MV2 Apache Airflow: DAG Code and Import Error Permissions Ignored

Apache Airflow, versions before 2.8.2, has a vulnerability that allows authenticated users to view DAG code and import errors of DAGs they do not have permission to view through the API and the UI. Users of Apache Airflow are recommended to upgrade to version 2.8.2 or newer to mitigate the risk...

5.1CVSS6.3AI score0.00345EPSS
SaveExploits0References16
OSV
OSV
added 2024/02/29 11:15 a.m.8 views

PYSEC-2024-245

Apache Airflow, versions before 2.8.2, has a vulnerability that allows authenticated users to view DAG code and import errors of DAGs they do not have permission to view through the API and the UI. Users of Apache Airflow are recommended to upgrade to version 2.8.2 or newer to mitigate the risk...

5.9CVSS6.3AI score0.00345EPSS
SaveExploits0References6
PyPA
PyPA
added 2024/02/29 11:15 a.m.49 views

PYSEC-2024-245

Apache Airflow, versions before 2.8.2, has a vulnerability that allows authenticated users to view DAG code and import errors of DAGs they do not have permission to view through the API and the UI.Users of Apache Airflow are recommended to upgrade to version 2.8.2 or newer to mitigate the risk...

5.9CVSS6.9AI score0.00345EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2024/02/29 11:15 a.m.29 views

CVE-2024-27906

Apache Airflow, versions before 2.8.2, has a vulnerability that allows authenticated users to view DAG code and import errors of DAGs they do not have permission to view through the API and the UI. Users of Apache Airflow are recommended to upgrade to version 2.8.2 or newer to mitigate the risk...

5.9CVSS6.3AI score0.00345EPSS
SaveExploits0References4
Rows per page
Query Builder