‼ CVE-2023-24536 ‼
📖 Read
via "National Vulnerability Database".
Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-29010 ‼
📖 Read
via "National Vulnerability Database".
Budibase is a low code platform for creating internal tools, workflows, and admin panels. Versions prior to 2.4.3 (07 March 2023) are vulnerable to Server-Side Request Forgery. This can lead to an attacker gaining access to a Budibase AWS secret key. Users of Budibase cloud need to take no action. Self-host users who run Budibase on the public internet and are using a cloud provider that allows HTTP access to metadata information should ensure that when they deploy Budibase live, their internal metadata endpoint is not exposed.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-24534 ‼
📖 Read
via "National Vulnerability Database".
HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-24537 ‼
📖 Read
via "National Vulnerability Database".
Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-24538 ‼
📖 Read
via "National Vulnerability Database".
Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. "var a = {{.}}"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-26083 ‼
📖 Read
via "National Vulnerability Database".
Memory leak vulnerability in Mali GPU Kernel Driver in Midgard GPU Kernel Driver all versions from r6p0 - r32p0, Bifrost GPU Kernel Driver all versions from r0p0 - r42p0, Valhall GPU Kernel Driver all versions from r19p0 - r42p0, and Avalon GPU Kernel Driver all versions from r41p0 - r42p0 allows a non-privileged user to make valid GPU processing operations that expose sensitive kernel metadata.📖 Read
via "National Vulnerability Database".
🕴 'BEC 3.0' Is Here With Tax-Season QuickBooks Cyberattacks 🕴
📖 Read
via "Dark Reading".
In next-gen, credential-harvesting attacks, phishing emails use cloud services and are free from the typical bad grammar or typos they've traditionally used (and which users have learned to flag).📖 Read
via "Dark Reading".
Dark Reading
'BEC 3.0' Is Here With Tax-Season QuickBooks Cyberattacks
In next-gen, credential-harvesting attacks, phishing emails use cloud services and are free from the typical bad grammar or typos they've traditionally used (and which users have learned to spot).
🕴 Twitter 'Shadow Ban' Bug Gets Official CVE 🕴
📖 Read
via "Dark Reading".
A flaw in Twitter code allows bot abuse to trick the algorithm into suppressing certain accounts.📖 Read
via "Dark Reading".
Dark Reading
Twitter 'Shadow Ban' Bug Gets Official CVE
A flaw in Twitter code allows bot abuse to trick the algorithm into suppressing certain accounts.
‼ CVE-2023-20662 ‼
📖 Read
via "National Vulnerability Database".
In wlan, there is a possible out of bounds write due to an integer overflow. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07560765; Issue ID: ALPS07560765.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20679 ‼
📖 Read
via "National Vulnerability Database".
In wlan, there is a possible out of bounds read due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07588413; Issue ID: ALPS07588453.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20660 ‼
📖 Read
via "National Vulnerability Database".
In wlan, there is a possible out of bounds read due to an integer overflow. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07588383; Issue ID: ALPS07588383.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20661 ‼
📖 Read
via "National Vulnerability Database".
In wlan, there is a possible out of bounds write due to an integer overflow. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07560782; Issue ID: ALPS07560782.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20674 ‼
📖 Read
via "National Vulnerability Database".
In wlan, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07588569; Issue ID: ALPS07588552.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20664 ‼
📖 Read
via "National Vulnerability Database".
In gz, there is a possible double free due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07505952; Issue ID: ALPS07505952.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20687 ‼
📖 Read
via "National Vulnerability Database".
In display drm, there is a possible double free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07570772; Issue ID: ALPS07570772.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20675 ‼
📖 Read
via "National Vulnerability Database".
In wlan, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07588569; Issue ID: ALPS07588569.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20666 ‼
📖 Read
via "National Vulnerability Database".
In display drm, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07310651; Issue ID: ALPS07292173.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20684 ‼
📖 Read
via "National Vulnerability Database".
In vdec, there is a possible use after free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07671069; Issue ID: ALPS07671069.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20677 ‼
📖 Read
via "National Vulnerability Database".
In wlan, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07588413; Issue ID: ALPS07588436.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20658 ‼
📖 Read
via "National Vulnerability Database".
In isp, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07537393; Issue ID: ALPS07180396.📖 Read
via "National Vulnerability Database".
‼ CVE-2023-20681 ‼
📖 Read
via "National Vulnerability Database".
In adsp, there is a possible out of bounds write due to improper input validation. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07696134; Issue ID: ALPS07696134.📖 Read
via "National Vulnerability Database".