Lucene search
+L

7434 matches found

CNVD
CNVD
added 2021/06/11 12:0 a.m.34 views

klibc input validation error vulnerability (CNVD-2021-54000)

klibc is an application program. Provides the ability to work from kernel space as early as possible. klibc versions prior to 2.0.9 are vulnerable to an input validation error, which stems from multiple possible integer overflows in the cpio command on 32-bit systems that could lead to buffer...

9.8CVSS4.3AI score0.02059EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/06/10 12:0 a.m.9 views

Command Execution Vulnerability in Zero Degrees of Space at Jiangyin Leader Information Technology Co.

Jiangyin Leader Information Technology Co., Ltd. was founded in 2006 by visiting scholars from the University of Copenhagen, Denmark, is a high-tech enterprise specializing in the development of application management software and Internet application technology development. Jiangyin City Leader...

7.2AI score
SaveExploits0
Circl
Circl
added 2021/06/08 5:52 p.m.21 views

CVE-2021-1905

creationtimestamp| type| source ---|---|--- 2021-06-08 17:52:38+00:00| seen| https://t.me/androidMalware/1217 2021-11-08 08:58:19+00:00| seen| MISP/f5030aca-7d5a-43a4-ae03-8f4ac8e85422 2021-11-20 09:53:52+00:00| seen| MISP/3c19819c-1dac-4ef2-bfed-be5efa7e0123 2022-04-27 11:03:23+00:00| exploited|...

8.4CVSS7.4AI score0.0115EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2021/06/06 12:0 a.m.7 views

PT-2024-11169

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A bug has been fixed in the Linux kernel's ext4 file system, specifically in the ext4 es cache extent function, which is called by ext4 split extent at. The issue occurs when running...

5.5CVSS6.6AI score0.0024EPSS
SaveExploits0
Schneier on Security
Schneier on Security
added 2021/06/04 8:43 p.m.47 views

Friday Squid Blogging: Squids in Space

NASA is sending baby bobtail squid into space. As usual, you can also use this squid post to talk about the security stories in the news that I haven’t covered. Read my blog posting guidelines here...

1.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2021/05/27 12:0 a.m.20 views

Fedora: Security Advisory for glibc (FEDORA-2021-2ba993d6c5)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH 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-or-later This program is free software; you can...

2.5CVSS6.7AI score0.00374EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/05/26 12:0 a.m.9 views

Schneider Electric homeLYnk和spaceLYnk 加密问题漏洞

Schneider Electric homeLYnk and spaceLYnk are both automation programming software for different logic controllers from Schneider Electric, France. An unauthorized access vulnerability exists in Schneider Electric homeLYnk and spaceLYnk, which arises from the presence of a broken or dangerous...

9.8CVSS5.6AI score0.00632EPSS
SaveExploits0References1
Virtuozzo
Virtuozzo
added 2021/05/24 12:0 a.m.28 views

Virtuozzo Hybrid Infrastructure 4.5 Update 1 Hotfix 3 (4.5.1-42)

This update provides fixes for the storage and compute services. Vulnerability id: VSTOR-43250 Load balancer members are not displayed in the self-service panel. Vulnerability id: VSTOR-43236 A Kubernetes VM's system disk may be out of space due to Podman logs. Vulnerability id: VSTOR-41499...

2.1AI score
SaveExploits0
Hacker One
Hacker One
added 2021/05/22 7:42 p.m.13 views

Reddit: No rate limit leads to spaming post

Vulnerability description not provided...

7.1AI score
SaveExploits0
Fedora
Fedora
added 2021/05/22 1:8 a.m.98 views

[SECURITY] Fedora 33 Update: glibc-2.32-6.fc33

The glibc package contains standard libraries which are used by multiple programs on the system. In order to save disk space and memory, as well as to make upgrading easier, common system code is kept in one place and shared between programs. This particular package contains the most important se...

1.9CVSS2AI score0.00374EPSS
SaveExploits0
OSV
OSV
added 2021/05/21 2:27 p.m.34 views

GHSA-V52P-HFJF-WG88 Division by zero in TFLite's implementation of `SpaceToBatchNd`

Impact The implementation of the SpaceToBatchNd TFLite operator is vulnerable to a division by zero error: cc TFLITEENSUREEQcontext, finaldimsize % blockshapedim, 0; outputsize-datadim + 1 = finaldimsize / blockshapedim; An attacker can craft a model such that one dimension of the block input is ...

2.5CVSS6.9AI score0.00201EPSS
SaveExploits1References8
OSV
OSV
added 2021/05/21 2:27 p.m.35 views

GHSA-VF94-36G5-69V8 Division by zero in TFLite's implementation of `DepthToSpace`

Impact The implementation of the DepthToSpace TFLite operator is vulnerable to a division by zero error: cc const int blocksize = params-blocksize; ... const int inputchannels = input-dims-data3; ... int outputchannels = inputchannels / blocksize / blocksize; An attacker can craft a model such th...

2.5CVSS6.9AI score0.00201EPSS
SaveExploits1References6
OSV
OSV
added 2021/05/21 2:27 p.m.32 views

GHSA-CFX7-2XPC-8W4H Division by zero in TFLite's implementation of `BatchToSpaceNd`

Impact The implementation of the BatchToSpaceNd TFLite operator is vulnerable to a division by zero error: cc TFLITEENSUREEQcontext, outputbatchsize % blockshapedim, 0; outputbatchsize = outputbatchsize / blockshapedim; An attacker can craft a model such that one dimension of the block input is 0...

2.5CVSS6.9AI score0.00201EPSS
SaveExploits1References8
Packet Storm
Packet Storm
added 2021/05/21 12:0 a.m.304 views

libX11 Insufficient Length Check / Injection

Hello list, A missing length check in libX11 causes data from LookupColor requests mess up the client-server communication protocol and inject malicious X server requests. The flaw is comparable to SQLi injecting commands into database connections granting an attacker access to all features of th...

7.5CVSS0.1AI score0.10634EPSS
SaveExploits2
Github Security Blog
Github Security Blog
added 2021/05/19 11:1 p.m.47 views

Denial of service (via resource exhaustion) due to improper input validation in third-party identifier endpoint

Impact Missing input validation of some parameters on the endpoints used to confirm third-party identifiers could cause excessive use of disk space and memory leading to resource exhaustion. Patches The issue is fixed by https://github.com/matrix-org/synapse/pull/9855. Workarounds There are no...

2.3AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/05/19 11:1 p.m.15 views

GHSA-7H5V-85W9-PQ6C Denial of service (via resource exhaustion) due to improper input validation in third-party identifier endpoint

Impact Missing input validation of some parameters on the endpoints used to confirm third-party identifiers could cause excessive use of disk space and memory leading to resource exhaustion. Patches The issue is fixed by https://github.com/matrix-org/synapse/pull/9855. Workarounds There are no...

6.8AI score
SaveExploits0References2
OSV
OSV
added 2021/05/14 8:15 p.m.9 views

PYSEC-2021-721

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the DepthToSpace TFLite operator is vulnerable to a division by zero...

7.8CVSS5.9AI score0.00201EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2021/05/14 8:15 p.m.6 views

CVE-2021-29595

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the DepthToSpace TFLite operator is vulnerable to a division by zero...

7.8CVSS7AI score0.00201EPSS
SaveExploits1References3Affected Software1
PyPA
PyPA
added 2021/05/14 8:15 p.m.12 views

PYSEC-2021-523

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the DepthToSpace TFLite operator is vulnerable to a division by zero...

7.8CVSS6.9AI score0.00201EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/05/14 8:15 p.m.11 views

PYSEC-2021-723

TensorFlow is an end-to-end open source platform for machine learning. The implementation of the SpaceToBatchNd TFLite operator is vulnerable to a division by zero error. An attacker can craft a model such that one dimension of the block input is 0. Hence, the corresponding value in blockshape is...

7.8CVSS6.9AI score0.00201EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder