Lucene search
+L
AlpinelinuxRecent

13552 matches found

AlpineLinux
AlpineLinux
added 2023/10/23 6:50 a.m.55 views

CVE-2023-43622

An attacker, opening a HTTP/2 connection with an initial window size of 0, was able to block handling of that connection indefinitely in Apache HTTP Server. This could be used to exhaust worker resources in the server, similar to the well known "slow loris" attack pattern. This has been fixed in...

7.5CVSS7.6AI score0.70595EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/23 6:50 a.m.71 views

CVE-2023-45802

When a HTTP/2 stream was reset RST frame by a client, there was a time window were the request's memory resources were not reclaimed immediately. Instead, de-allocation was deferred to connection close. A client could send new requests and resets, keeping the connection busy and open and causing...

5.9CVSS8.6AI score0.03024EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.102 views

CVE-2023-45681

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory write past an allocated heap buffer in startdecoder. The root cause is a potential integer overflow in sizeofchar f-commentlistlength which may make setupmalloc allocate less memory...

7.8CVSS8.1AI score0.00523EPSS
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.50 views

CVE-2023-45675

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f-vendorlen = char'\0';. The root cause is that if the len read in startdecoder is -1 and len + 1 becomes 0 when passed to setupmalloc. The setupmalloc behaves...

7.8CVSS8.3AI score0.00759EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.125 views

CVE-2023-45667

stbimage is a single file MIT licensed library for processing images. If stbiloadgifmain in stbiloadgiffrommemory fails it returns a null pointer and may keep the z variable uninitialized. In case the caller also sets the flip vertically flag, it continues and calls stbiverticalflipslices with th...

7.5CVSS7.3AI score0.01137EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.122 views

CVE-2023-45666

stbimage is a single file MIT licensed library for processing images. It may look like stbiloadgifmain doesn’t give guarantees about the content of output value delays upon failure. Although it sets delays to zero at the beginning, it doesn’t do it in case the image is not recognized as GIF and a...

9.8CVSS8.4AI score0.00959EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.60 views

CVE-2023-45664

stbimage is a single file MIT licensed library for processing images. A crafted image file can trigger stbiloadgifmainoutofmem attempt to double-free the out variable. This happens in stbiloadgifmain because when the layers stride value is zero the behavior is implementation defined, but common...

8.8CVSS8.5AI score0.00867EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.122 views

CVE-2023-45663

stbimage is a single file MIT licensed library for processing images. The stbigetn function reads a specified number of bytes from context typically a file into the specified buffer. In case the file stream points to the end, it returns zero. There are two places where its return value is not...

5.5CVSS7.3AI score0.00657EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.108 views

CVE-2023-45662

stbimage is a single file MIT licensed library for processing images. When stbisetflipverticallyonload is set to TRUE and reqcomp is set to a number that doesn’t match the real number of components per pixel, the library attempts to flip the image vertically. A crafted image file can trigger memc...

8.1CVSS7.1AI score0.00691EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 11:26 p.m.113 views

CVE-2023-45661

stbimage is a single file MIT licensed library for processing images. A crafted image file may trigger out of bounds memcpy read in stbigifloadnext. This happens because twoback points to a memory address lower than the start of the buffer out. This issue may be used to leak internal memory...

7.1CVSS7.9AI score0.00574EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/20 5:15 p.m.94 views

CVE-2023-5686

Heap-based Buffer Overflow in GitHub repository radareorg/radare2 prior to 5.9.0...

3.6CVSS7.2AI score0.0079EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2023/10/19 10:15 p.m.72 views

CVE-2023-44690

Inadequate encryption strength in mycli 1.27.0 allows attackers to view sensitive information via /mycli/config.py...

5CVSS6.7AI score0.00222EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2023/10/18 9:15 p.m.73 views

CVE-2023-45813

Torbot is an open source tor network intelligence tool. In affected versions the torbot.modules.validators.validatelink function uses the python-validators URL validation regex. This particular regular expression has an exponential complexity which allows an attacker to cause an application crash...

5CVSS7.1AI score0.00797EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2023/10/18 8:17 p.m.47 views

CVE-2023-45145

Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, another process...

3.6CVSS4.2AI score0.00444EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/18 3:55 a.m.38 views

CVE-2023-38552

When the Node.js policy feature checks the integrity of a resource against a trusted manifest, the application can intercept the operation and return a forged checksum to the node's policy implementation, thus effectively disabling the integrity check. Impacts: This vulnerability affects all user...

7.5CVSS7.6AI score0.01107EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/18 3:55 a.m.53 views

CVE-2023-39331

A previously disclosed vulnerability CVE-2023-30584 was patched insufficiently in commit 205f1e6. The new path traversal vulnerability arises because the implementation does not protect itself against the application overwriting built-in utility functions with user-defined implementations. Please...

7.7CVSS6.9AI score0.01325EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/18 3:55 a.m.62 views

CVE-2023-39332

Various node:fs functions allow specifying paths as either strings or Uint8Array objects. In Node.js environments, the Buffer class extends the Uint8Array class. Node.js prevents path traversal through strings see CVE-2023-30584 and Buffer objects see CVE-2023-32004, but not through non-Buffer...

9.8CVSS8.7AI score0.01819EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/18 3:52 a.m.61 views

CVE-2023-38545

This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake. When curl is asked to pass along the host name to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that host name can be is 255 bytes. If the host na...

9.8CVSS9.5AI score0.78483EPSS
SaveExploits6
AlpineLinux
AlpineLinux
added 2023/10/18 3:51 a.m.47 views

CVE-2023-38546

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a functio...

3.7CVSS7.7AI score0.06208EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/18 12:00 a.m.65 views

CVE-2023-46009

gifsicle-1.94 was found to have a floating point exception FPE vulnerability via resizestream at src/xform.c...

7.8CVSS7AI score0.00346EPSS
SaveExploits1References4
AlpineLinux
AlpineLinux
added 2023/10/17 9:03 p.m.59 views

CVE-2023-22091

Vulnerability in the Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Compiler. Supported versions that are affected are Oracle GraalVM for JDK: 17.0.8, 21; Oracle GraalVM Enterprise Edition: 20.3.11, 21.3.7 and 22.3.3. Difficult to exploit...

4.8CVSS4.3AI score0.00365EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/17 9:02 p.m.36 views

CVE-2023-22084

Vulnerability in the MySQL Server product of Oracle MySQL component: InnoDB. Supported versions that are affected are 5.7.43 and prior, 8.0.34 and prior and 8.1.0. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Serve...

4.9CVSS5.1AI score0.01782EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/17 9:02 p.m.50 views

CVE-2023-22081

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: JSSE. Supported versions that are affected are Oracle Java SE: 8u381, 8u381-perf, 11.0.20, 17.0.8, 21; Oracle GraalVM for JDK: 17.0.8, 21; Oracle GraalVM Enterprise...

5.3CVSS5.3AI score0.01412EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/17 9:02 p.m.48 views

CVE-2023-22067

Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: CORBA. Supported versions that are affected are Oracle Java SE: 8u381, 8u381-perf; Oracle GraalVM Enterprise Edition: 20.3.11 and 21.3.7. Easily exploitable vulnerability allows...

5.3CVSS5.1AI score0.00888EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/17 9:02 p.m.50 views

CVE-2023-22025

Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition, product of Oracle Java SE component: Hotspot. Supported versions that are affected are Oracle Java SE: 8u381-perf, 17.0.8, 21; Oracle GraalVM for JDK: 17.0.8, 21; Oracle GraalVM Enterprise Edition:...

3.7CVSS3.9AI score0.0089EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/17 7:43 p.m.52 views

CVE-2023-45803

urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a request body like POST to GET as is required by HT...

4.2CVSS6.8AI score0.00544EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/17 8:15 a.m.86 views

CVE-2023-4399

Grafana is an open-source platform for monitoring and observability. In Grafana Enterprise, Request security is a deny list that allows admins to configure Grafana in a way so that the instance doesn’t call specific hosts. However, the restriction can be bypassed used punycode encoding of the...

7.2CVSS7AI score0.01082EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/17 6:58 a.m.30 views

CVE-2023-39456

Improper Input Validation vulnerability in Apache Traffic Server with malformed HTTP/2 frames.This issue affects Apache Traffic Server: from 9.0.0 through 9.2.2. Users are recommended to upgrade to version 9.2.3, which fixes the issue...

7.5CVSS7.6AI score0.53477EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/17 6:57 a.m.26 views

CVE-2023-41752

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Traffic Server.This issue affects Apache Traffic Server: from 8.0.0 through 8.1.8, from 9.0.0 through 9.2.2. Users are recommended to upgrade to version 8.1.9 or 9.2.3, which fixes the issue...

7.5CVSS7.6AI score0.0122EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/16 9:15 a.m.91 views

CVE-2023-4822

Grafana is an open-source platform for monitoring and observability. The vulnerability impacts Grafana instances with several organizations, and allows a user with Organization Admin permissions in one organization to change the permissions associated with Organization Viewer, Organization Editor...

7.2CVSS6.8AI score0.01074EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/14 12:00 a.m.49 views

CVE-2023-45853

MiniZip in zlib through 1.3 has an integer overflow and resultant heap-based buffer overflow in zipOpenNewFileInZip464 via a long filename, comment, or extra field. NOTE: MiniZip is not a supported part of the zlib product. NOTE: pyminizip through 0.2.6 is also vulnerable because it bundles an...

9.8CVSS10AI score0.03179EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/12 4:35 p.m.31 views

CVE-2023-45143

Undici is an HTTP/1.1 client written from scratch for Node.js. Prior to version 5.26.2, Undici already cleared Authorization headers on cross-origin redirects, but did not clear Cookie headers. By design, cookie headers are forbidden request headers, disallowing them to be set in...

3.9CVSS6AI score0.01223EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/12 4:33 p.m.51 views

CVE-2023-45142

OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels http.useragent and http.method that have unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent to it. HTTP...

7.5CVSS7.9AI score0.01364EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/12 4:13 p.m.29 views

CVE-2023-5072

Denial of Service in JSON-Java versions up to and including 20230618. A bug in the parser means that an input string of modest size can lead to indefinite amounts of memory being used...

7.5CVSS7.6AI score0.01449EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2023/10/12 11:43 a.m.67 views

CVE-2023-43789

A vulnerability was found in libXpm where a vulnerability exists due to a boundary condition, a local user can trigger an out-of-bounds read error and read contents of memory on the system...

5.5CVSS6AI score0.00352EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/12 7:15 a.m.87 views

CVE-2023-32722

The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbxjsonopen...

9.6CVSS7.4AI score0.0069EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/12 7:15 a.m.74 views

CVE-2023-32724

Memory pointer is in a property of the Ducktape object. This leads to multiple vulnerabilities related to direct memory access and manipulation...

9.1CVSS7.2AI score0.00592EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/12 7:15 a.m.83 views

CVE-2023-32721

A stored XSS has been found in the Zabbix web application in the Maps element if a URL field is set with spaces before URL...

7.6CVSS5.7AI score0.00595EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 10:28 p.m.90 views

CVE-2023-5486

Inappropriate implementation in Input in Google Chrome prior to 118.0.5993.70 allowed a remote attacker to spoof security UI via a crafted HTML page. Chromium security severity: Low...

4.3CVSS5.3AI score0.00691EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 10:28 p.m.97 views

CVE-2023-5474

Heap buffer overflow in PDF in Google Chrome prior to 118.0.5993.70 allowed a remote attacker who convinced a user to engage in specific user interactions to potentially exploit heap corruption via a crafted PDF file. Chromium security severity: Medium...

8.8CVSS8.9AI score0.00875EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 10:28 p.m.116 views

CVE-2023-5475

Inappropriate implementation in DevTools in Google Chrome prior to 118.0.5993.70 allowed an attacker who convinced a user to install a malicious extension to bypass discretionary access control via a crafted Chrome Extension. Chromium security severity: Medium...

6.5CVSS6.9AI score0.00586EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 10:28 p.m.87 views

CVE-2023-5484

Inappropriate implementation in Navigation in Google Chrome prior to 118.0.5993.70 allowed a remote attacker to spoof security UI via a crafted HTML page. Chromium security severity: Medium...

6.5CVSS6.7AI score0.01144EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 10:28 p.m.114 views

CVE-2023-5476

Use after free in Blink History in Google Chrome prior to 118.0.5993.70 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Medium...

8.8CVSS9AI score0.00876EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 10:28 p.m.88 views

CVE-2023-5487

Inappropriate implementation in Fullscreen in Google Chrome prior to 118.0.5993.70 allowed an attacker who convinced a user to install a malicious extension to bypass navigation restrictions via a crafted Chrome Extension. Chromium security severity: Medium...

6.5CVSS6.9AI score0.00602EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 10:28 p.m.88 views

CVE-2023-5218

Use after free in Site Isolation in Google Chrome prior to 118.0.5993.70 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: Critical...

8.8CVSS9.1AI score0.01301EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 9:15 p.m.76 views

CVE-2023-39325

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a ne...

7.5CVSS7.4AI score0.03796EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/11 7:12 p.m.33 views

CVE-2023-5535

Use After Free in GitHub repository vim/vim prior to v9.0.2010...

7.8CVSS7.9AI score0.00539EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2023/10/10 5:17 p.m.122 views

CVE-2023-45129

Synapse is an open-source Matrix homeserver written and maintained by the Matrix.org Foundation. Prior to version 1.94.0, a malicious server ACL event can impact performance temporarily or permanently leading to a persistent denial of service. Homeservers running on a closed federation which...

4.9CVSS5AI score0.01166EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/10 5:08 p.m.57 views

CVE-2023-36435

Microsoft QUIC Denial of Service Vulnerability...

7.5CVSS7.5AI score0.05473EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/10/10 5:07 p.m.70 views

CVE-2023-38171

Microsoft QUIC Denial of Service Vulnerability...

7.5CVSS7.5AI score0.69494EPSS
SaveExploits0
Total number of security vulnerabilities13552