Lucene search
+L

8450 matches found

OSV
OSV
added 2022/11/24 4:55 p.m.10 views

USN-5742-1 jbigkit vulnerability

It was discovered that JBIG-KIT incorrectly handled decoding certain large image files. If a user or automated system using JBIG-KIT were tricked into opening a specially crafted file, an attacker could possibly use this issue to cause a denial of service...

6.5CVSS6.9AI score0.02962EPSS
SaveExploits1References2
RustSec
RustSec
added 2022/11/23 12:00 p.m.12 views

Mimalloc Can Allocate Memory with Bad Alignment

This crate depended on a promise regarding alignments made by the author of the mimalloc allocator to avoid using aligned allocation functions where possible for performance reasons. Since then, the mimalloc allocator's logic changed, making it break this promise. This caused this crate to return...

7AI score
SaveExploits0Affected Software1
OSV
OSV
added 2022/11/23 9:30 a.m.41 views

GHSA-V42F-HQ78-8C5M Denial of service in Mattermost

A denial-of-service vulnerability in the Mattermost allows an authenticated user to crash the server via multiple requests to one of the API endpoints which could fetch a large amount of data...

6.5CVSS4.7AI score0.00597EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/11/23 9:30 a.m.36 views

Denial of service in Mattermost

A denial-of-service vulnerability in the Mattermost allows an authenticated user to crash the server via multiple requests to one of the API endpoints which could fetch a large amount of data...

6.5CVSS6.1AI score0.00597EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/11/23 7:15 a.m.6 views

CVE-2022-4045

A denial-of-service vulnerability in the Mattermost allows an authenticated user to crash the server via multiple requests to one of the API endpoints which could fetch a large amount of data...

6.5CVSS5.8AI score0.00597EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2022/11/23 5:32 a.m.18 views

CVE-2022-4019 Authenticated user could send multiple requests containing a large payload to a Playbooks API and can crash a Mattermost server

A denial-of-service vulnerability in the Mattermost Playbooks plugin allows an authenticated user to crash the server via multiple large requests to one of the Playbooks API endpoints...

4.3CVSS6.6AI score0.00726EPSS
SaveExploits0References2
OSV
OSV
added 2022/11/23 12:15 a.m.8 views

DEBIAN-CVE-2022-40303

An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XMLPARSEHUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault...

7.5CVSS6.7AI score0.22791EPSS
SaveExploits2References1
Positive Technologies
Positive Technologies
added 2022/11/23 12:00 a.m.8 views

PT-2022-37433 · Mimalloc · Mimalloc

Name of the Vulnerable Software and Affected Versions: mimalloc affected versions not specified Description: The issue arises from a change in the mimalloc allocator's logic, which broke a promise regarding alignments. This change caused the crate to return memory with incorrect alignment for...

6.8AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2022/11/22 12:00 a.m.10 views

PT-2022-25662 · Tooljet · Tooljet

Name of the Vulnerable Software and Affected Versions: tooljet/tooljet versions prior to 1.27 Description: The issue allows a logged-in attacker to upload large files, such as profile pictures over 2MB, due to an unrestricted file size limit. This can lead to a denial of service DoS if multiple...

6.5CVSS6.3AI score0.00753EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2022/11/22 12:00 a.m.15 views

Oracle Linux 9 : yajl (ELSA-2022-8252)

The remote Oracle Linux 9 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2022-8252 advisory. - yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to...

7.5CVSS7.8AI score0.03472EPSS
SaveExploits1References2
OSV
OSV
added 2022/11/21 8:42 p.m.5 views

GHSA-H246-CGH4-7475 `CHECK` fail in `BCast` overflow

Impact If BCast::ToShape is given input larger than an int32, it will crash, despite being supposed to handle up to an int64. An example can be seen in tf.experimental.numpy.outer by passing in large input to the input b. python import tensorflow as tf value = tf.constantshape=2, 1024, 1024, 1024...

4.8CVSS6.9AI score0.00439EPSS
SaveExploits1References5
OSV
OSV
added 2022/11/21 8:40 p.m.17 views

GHSA-54PP-C6PP-7FPX Overflow in `ImageProjectiveTransformV2`

Impact When tf.rawops.ImageProjectiveTransformV2 is given a large output shape, it overflows. python import tensorflow as tf interpolation = "BILINEAR" fillmode = "REFLECT" images = tf.constant0.184634328, shape=2,5,8,3, dtype=tf.float32 transforms = tf.constant0.378575385, shape=2,8,...

4.8CVSS5.8AI score0.0043EPSS
SaveExploits1References5
OSV
OSV
added 2022/11/21 8:40 p.m.13 views

GHSA-762H-VPVW-3RCX Overflow in `FusedResizeAndPadConv2D`

Impact When tf.rawops.FusedResizeAndPadConv2D is given a large tensor shape, it overflows. python import tensorflow as tf mode = "REFLECT" strides = 1, 1, 1, 1 padding = "SAME" resizealigncorners = False input = tf.constant147, shape=3,3,1,1, dtype=tf.float16 size =...

4.8CVSS5.8AI score0.0043EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/11/21 8:39 p.m.35 views

Seg fault in `ndarray_tensor_bridge` due to zero and large inputs

Impact If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. E.g. the following raises an error: python np.ones0, 231, 231 An example of a proof of concept: python import numpy as np import tensorflow as tf inputval =...

7.5CVSS7.5AI score0.0033EPSS
SaveExploits1References4Affected Software3
OSV
OSV
added 2022/11/21 8:39 p.m.5 views

GHSA-JQ6X-99HJ-Q636 Seg fault in `ndarray_tensor_bridge` due to zero and large inputs

Impact If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. E.g. the following raises an error: python np.ones0, 231, 231 An example of a proof of concept: python import numpy as np import tensorflow as tf inputval =...

4.8CVSS7AI score0.0033EPSS
SaveExploits1References4
HackRead
HackRead
added 2022/11/21 1:07 a.m.27 views

42,000 phishing domains discovered masquerading as popular brands

By Deeba Ahmed According to researchers, this scam is highly sophisticated and large-scale, targeting brands like McDonald’s, Unilever, Emirates, Knorr, Coca-Cola, etc. This is a post from HackRead.com Read the original post: 42,000 phishing domains discovered masquerading as popular brands...

1.6AI score
SaveExploits0
Snyk
Snyk
added 2022/11/20 9:08 a.m.3 views

Always-Incorrect Control Flow Implementation

Overview Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation when a numpy array is created with a shape such that one element is zero and the sum of others is a large number. Remediation Upgrade tensorflow-lite to version 2.12.0 or higher. References -...

7.5CVSS6.9AI score0.0033EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/11/20 9:08 a.m.5 views

Buffer Overflow

Overview Affected versions of this package are vulnerable to Buffer Overflow via tf.rawops.ImageProjectiveTransformV2 when a large output shape is given. Remediation Upgrade tensorflow-lite to version 2.12.0 or higher. References - GitHub Commit - Vulnerable Code Credit: Neophytos Christou from S...

7.5CVSS7AI score0.0043EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/11/20 9:08 a.m.3 views

Buffer Overflow

Overview Affected versions of this package are vulnerable to Buffer Overflow via tf.rawops.FusedResizeAndPadConv2D when a large tensor shape is given. Remediation Upgrade tensorflow-lite to version 2.12.0 or higher. References - GitHub Commit - Vulnerable Code Credit: Neophytos Christou from SSL ...

7.5CVSS7AI score0.0043EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/11/20 9:08 a.m.3 views

Incorrect Calculation of Buffer Size

Overview Affected versions of this package are vulnerable to Incorrect Calculation of Buffer Size when tf.rawops.ResizeNearestNeighborGrad is given a large size input. Remediation Upgrade tensorflow-lite to version 2.12.0 or higher. References - GitHub Commit - Vulnerable Code Credit: Neophytos...

7.5CVSS7AI score0.0044EPSS
SaveExploits1References3
Rows per page
Query Builder