Lucene search
+L
AlpinelinuxRecent

13932 matches found

AlpineLinux
AlpineLinux
•added 2023/02/13 12:00 a.m.•47 views

CVE-2023-0803

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3516, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127...

6.8CVSS5.9AI score0.00428EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/13 12:00 a.m.•23 views

CVE-2023-0800

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3502, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127...

6.8CVSS5.9AI score0.00428EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/13 12:00 a.m.•32 views

CVE-2023-0802

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3724, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127...

6.8CVSS5.9AI score0.00428EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/13 12:00 a.m.•40 views

CVE-2023-0804

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3609, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127...

6.8CVSS6AI score0.00428EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/13 12:00 a.m.•35 views

CVE-2023-0797

LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in libtiff/tifunix.c:368, invoked by tools/tiffcrop.c:2903 and tools/tiffcrop.c:6921, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e...

6.8CVSS5.6AI score0.00421EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/13 12:00 a.m.•54 views

CVE-2023-0801

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in libtiff/tifunix.c:368, invoked by tools/tiffcrop.c:2903 and tools/tiffcrop.c:6778, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee12...

6.8CVSS5.9AI score0.00428EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/10 8:15 p.m.•114 views

CVE-2023-24816

IPython Interactive Python is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language. Versions prior to 8.1.0 are subject to a command injection vulnerability with very specific prerequisites. This vulnerability requir...

7CVSS7.3AI score0.01306EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/09 8:15 p.m.•115 views

CVE-2023-22795

A regular expression based DoS vulnerability in Action Dispatch 6.1.7.1 and 7.0.4.1 related to the If-None-Match header. A specially crafted HTTP If-None-Match header can cause the regular expression engine to enter a state of catastrophic backtracking, when on a version of Ruby below 3.2.0. This...

7.5AI score0.02278EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/09 12:00 a.m.•98 views

CVE-2023-22796

A regular expression based DoS vulnerability in Active Support 6.1.7.1 and 7.0.4.1. A specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory,...

7.5CVSS7.5AI score0.01712EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/09 12:00 a.m.•51 views

CVE-2022-43552

A use after free vulnerability exists in curl 7.87.0. Curl can be asked to tunnel virtually all protocols it supports through an HTTP proxy. HTTP proxies can and often do deny such tunnel operations. When getting denied to tunnel the specific protocols SMB or TELNET, curl would use a heap-allocat...

5.9CVSS7.2AI score0.02511EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/08 8:15 p.m.•111 views

CVE-2023-25165

Helm is a tool that streamlines installing and managing Kubernetes applications.getHostByName is a Helm template function introduced in Helm v3. The function is able to accept a hostname and return an IP address for that hostname. To get the IP address the function performs a DNS lookup. The DNS...

4.3CVSS5AI score0.00768EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/08 7:04 p.m.•42 views

CVE-2022-4304

A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages fo...

5.9CVSS7.1AI score0.16195EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/08 7:04 p.m.•98 views

CVE-2022-4450

The function PEMreadbioex reads a PEM file from a BIO and parses and decodes the "name" e.g. "CERTIFICATE", any header data and the payload data. If the function succeeds then the "nameout", "header" and "data" arguments are populated with pointers to buffers containing the relevant decoded data...

7.5CVSS8.2AI score0.20444EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/08 7:03 p.m.•65 views

CVE-2023-0215

The public API function BIOnewNDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the...

7.5CVSS8.1AI score0.04494EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/08 7:03 p.m.•52 views

CVE-2023-0216

An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2iPKCS7, d2iPKCS7bio or d2iPKCS7fp functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in...

7.5CVSS7.8AI score0.01846EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/08 7:02 p.m.•88 views

CVE-2023-0217

An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVPPKEYpubliccheck function. This will most likely lead to an application crash. This function can be called on public keys supplied from untrusted sources which could allo...

7.5CVSS7.6AI score0.01846EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/08 7:01 p.m.•558 views

CVE-2023-0286

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1STRING but the public structure definition for GENERALNAME incorrectly specified the type of the x400Address field as ASN1TYPE. This field is subsequentl...

7.4CVSS7.8AI score0.59501EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/08 7:00 p.m.•78 views

CVE-2023-0401

A NULL pointer can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available the digest initialization will fail...

7.5CVSS7.9AI score0.01846EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/07 9:15 p.m.•41 views

CVE-2022-46663

In GNU Less before 609, crafted data can result in "less -R" not filtering ANSI escape sequences sent to the terminal...

7.2AI score0.01412EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/07 8:54 p.m.•101 views

CVE-2023-23931

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...

6.5CVSS6.7AI score0.01301EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/07 1:15 a.m.•79 views

CVE-2023-24827

syft is a a CLI tool and Go library for generating a Software Bill of Materials SBOM from container images and filesystems. A password disclosure flaw was found in Syft versions v0.69.0 and v0.69.1. This flaw leaks the password stored in the SYFTATTESTPASSWORD environment variable. The...

7.5CVSS3.4AI score0.00791EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/07 12:00 a.m.•44 views

CVE-2022-46285

A flaw was found in libXpm. This issue occurs when parsing a file with a comment not closed; the end-of-file condition will not be detected, leading to an infinite loop and resulting in a Denial of Service in the application linked to the library...

7.5CVSS8.2AI score0.01273EPSS
SaveExploits2
AlpineLinux
AlpineLinux
•added 2023/02/07 12:00 a.m.•117 views

CVE-2023-0698

Out of bounds read in WebRTC in Google Chrome prior to 110.0.5481.77 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. Chromium security severity: High...

8.8CVSS8.3AI score0.00649EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/07 12:00 a.m.•43 views

CVE-2022-4883

A flaw was found in libXpm. When processing files with .Z or .gz extensions, the library calls external programs to compress and uncompress files, relying on the PATH environment variable to find these programs, which could allow a malicious user to execute other programs by manipulating the PATH...

8.8CVSS9AI score0.01199EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/06 8:23 p.m.•115 views

CVE-2023-23942

The Nextcloud Desktop Client is a tool to synchronize files from a Nextcloud Server with your computer. Versions prior to 3.6.3 are missing sanitisation on qml labels which are used for basic HTML elements such as strong, em and head lines in the UI of the desktop client. The lack of sanitisation...

6.1CVSS6AI score0.00682EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/06 12:00 a.m.•64 views

CVE-2022-44267

ImageMagick 7.1.0-49 is vulnerable to Denial of Service. When it parses a PNG image e.g., for resize, the convert process could be left waiting for stdin input...

6.5CVSS6.7AI score0.76581EPSS
SaveExploits4
AlpineLinux
AlpineLinux
•added 2023/02/06 12:00 a.m.•76 views

CVE-2022-44268

ImageMagick 7.1.0-49 is vulnerable to Information Disclosure. When it parses a PNG image e.g., for resize, the resulting image could have embedded the content of an arbitrary. file if the magick binary has permissions to read it...

6.5CVSS6.7AI score0.89855EPSS
SaveExploits28
AlpineLinux
AlpineLinux
•added 2023/02/06 12:00 a.m.•43 views

CVE-2022-44617

A flaw was found in libXpm. When processing a file with width of 0 and a very large height, some parser functions will be called repeatedly and can lead to an infinite loop, resulting in a Denial of Service in the application linked to the library...

7.5CVSS8.2AI score0.01247EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/04 12:00 a.m.•80 views

CVE-2023-25193

hb-ot-layout-gsubgpos.hh in HarfBuzz through 6.0.0 allows attackers to trigger On^2 growth via consecutive marks during the process of looking back for base glyphs when attaching marks...

7.5CVSS7.7AI score0.01812EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/02/03 10:15 p.m.•73 views

CVE-2023-23082

A heap buffer overflow vulnerability in Kodi Home Theater Software up to 19.5 allows attackers to cause a denial of service due to an improper length of the value passed to the offset argument...

4.6CVSS5.6AI score0.00683EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/03 6:15 p.m.•85 views

CVE-2021-37519

Buffer Overflow vulnerability in authfile.c memcached 1.6.9 allows attackers to cause a denial of service via crafted authenticattion file...

5.5CVSS5.3AI score0.00363EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/03 12:00 a.m.•126 views

CVE-2023-25139

sprintf in the GNU C Library glibc 2.37 has a buffer overflow out-of-bounds write in some situations with a correct buffer size. This is unrelated to CWE-676. It may write beyond the bounds of the destination buffer when attempting to write a padded, thousands-separated string representation of a...

9.8CVSS9.7AI score0.01423EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/01 12:15 a.m.•53 views

CVE-2023-0341

A stack buffer overflow exists in the ecglob function of editorconfig-core-c before v0.12.6 which allowed an attacker to arbitrarily write to the stack and possibly allows remote code execution. editorconfig-core-c v0.12.6 resolved this vulnerability by bound checking all write operations over th...

7.8CVSS8.2AI score0.00965EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/02/01 12:00 a.m.•137 views

CVE-2023-23969

In Django 3.2 before 3.2.17, 4.0 before 4.0.9, and 4.1 before 4.1.6, the parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if the raw value of Accept-Language headers is very larg...

7.5CVSS7.5AI score0.47381EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/31 6:15 p.m.•61 views

CVE-2022-45172

An issue was discovered in LIVEBOX Collaboration vDesk before v018. Broken Access Control can occur under the /api/v1/registration/validateEmail endpoint, the /api/v1/vdeskintegration/user/adduser endpoint, and the /api/v1/registration/changePasswordUser endpoint. The web application is affected ...

9.8CVSS4.6AI score0.01074EPSS
SaveExploits1References1
AlpineLinux
AlpineLinux
•added 2023/01/31 3:55 p.m.•58 views

CVE-2022-28331

On Windows, Apache Portable Runtime 1.7.0 and earlier may write beyond the end of a stack based buffer in aprsocketsendv. This is a result of integer overflow...

9.8CVSS9.6AI score0.01575EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/31 3:54 p.m.•45 views

CVE-2022-25147

Integer Overflow or Wraparound vulnerability in aprbase64 functions of Apache Portable Runtime Utility APR-util allows an attacker to write beyond bounds of a buffer. This issue affects Apache Portable Runtime Utility APR-util 1.6.1 and prior versions...

6.5CVSS7.2AI score0.01417EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/31 3:52 p.m.•50 views

CVE-2022-24963

Integer Overflow or Wraparound vulnerability in aprencode functions of Apache Portable Runtime APR allows an attacker to write beyond bounds of a buffer. This issue affects Apache Portable Runtime APR version 1.7.0...

9.8CVSS8.1AI score0.01472EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/30 12:00 a.m.•32 views

CVE-2022-48303

GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in fromheader in list.c via a V7 archive in which mtime has approximately 11 whitespace...

5.5CVSS6.1AI score0.01476EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/01/27 6:15 p.m.•60 views

CVE-2022-4285

An illegal memory access flaw was found in the binutils package. Parsing an ELF file containing corrupt symbol version information may result in a denial of service. This issue is the result of an incomplete fix for CVE-2020-16599...

7.2AI score0.01055EPSS
SaveExploits2
AlpineLinux
AlpineLinux
•added 2023/01/27 12:00 a.m.•66 views

CVE-2022-47632

Razer Synapse before 3.7.0830.081906 allows privilege escalation due to an unsafe installation path, improper privilege management, and improper certificate validation. Attackers can place malicious DLLs into %PROGRAMDATA%\Razer\Synapse3\Service\bin if they do so before the service is installed a...

6.8CVSS6.9AI score0.00633EPSS
SaveExploits4References5
AlpineLinux
AlpineLinux
•added 2023/01/26 9:18 p.m.•43 views

CVE-2023-0413

Dissection engine bug in Wireshark 4.0.0 to 4.0.2 and 3.6.0 to 3.6.10 and allows denial of service via packet injection or crafted capture file...

6.5CVSS6.8AI score0.00857EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/26 9:18 p.m.•33 views

CVE-2023-0416

GNW dissector crash in Wireshark 4.0.0 to 4.0.2 and 3.6.0 to 3.6.10 and allows denial of service via packet injection or crafted capture file...

6.5CVSS6.7AI score0.00857EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/26 9:18 p.m.•40 views

CVE-2023-0414

Crash in the EAP dissector in Wireshark 4.0.0 to 4.0.2 allows denial of service via packet injection or crafted capture file...

6.5CVSS6.8AI score0.00809EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/26 9:18 p.m.•50 views

CVE-2023-0411

Excessive loops in multiple dissectors in Wireshark 4.0.0 to 4.0.2 and 3.6.0 to 3.6.10 and allows denial of service via packet injection or crafted capture file...

6.5CVSS6.9AI score0.00887EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/26 9:18 p.m.•49 views

CVE-2023-0415

iSCSI dissector crash in Wireshark 4.0.0 to 4.0.2 and 3.6.0 to 3.6.10 and allows denial of service via packet injection or crafted capture file...

6.5CVSS6.8AI score0.00857EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/26 9:18 p.m.•51 views

CVE-2023-0412

TIPC dissector crash in Wireshark 4.0.0 to 4.0.2 and 3.6.0 to 3.6.10 and allows denial of service via packet injection or crafted capture file...

7.1CVSS6.8AI score0.00825EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/26 9:18 p.m.•54 views

CVE-2023-0417

Memory leak in the NFS dissector in Wireshark 4.0.0 to 4.0.2 and 3.6.0 to 3.6.10 and allows denial of service via packet injection or crafted capture file...

6.5CVSS6.8AI score0.00857EPSS
SaveExploits0
AlpineLinux
AlpineLinux
•added 2023/01/26 12:00 a.m.•51 views

CVE-2023-0512

Divide By Zero in GitHub repository vim/vim prior to 9.0.1247...

7.8CVSS7.5AI score0.0049EPSS
SaveExploits1
AlpineLinux
AlpineLinux
•added 2023/01/25 9:39 p.m.•101 views

CVE-2022-3924

This issue can affect BIND 9 resolvers with stale-answer-enable yes; that also make use of the option stale-answer-client-timeout, configured with a value greater than zero. If the resolver receives many queries that require recursion, there will be a corresponding increase in the number of clien...

7.5CVSS7.6AI score0.16115EPSS
SaveExploits0
Total number of security vulnerabilities13932