Lucene search
+L
GithubRecent

34386 matches found

Github Security Blog
Github Security Blog
added 2025/12/16 9:22 p.m.20 views

Better Auth's rou3 Dependency has Double-Slash Path Normalization which can Bypass disabledPaths Config and Rate Limits

Summary An issue in the underlying router library rou3 can cause /path and //path to be treated as identical routes. If your environment does not normalize incoming URLs e.g., by collapsing multiple slashes, this can allow bypasses of disabledPaths and path-based rate limits. Details Better Auth...

7AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/16 8:52 p.m.15 views

filelock has a TOCTOU race condition which allows symlink attacks during lock file creation

Impact A Time-of-Check-Time-of-Use TOCTOU race condition allows local attackers to corrupt or truncate arbitrary user files through symlink attacks. The vulnerability exists in both Unix and Windows lock file creation where filelock checks if a file exists before opening it with OTRUNC. An attack...

6.5CVSS6.4AI score0.00191EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/16 8:46 p.m.12 views

PyMdown Extensions has a ReDOS bug in its Figure Capture extension

Impact This issue describes a ReDOS bug found within the figure caption extension pymdownx.blocks.caption . In systems that take unchecked user content, this could cause long hangs when processing the data if a malicious payload was crafted. Patches This issue is patched in Release 10.16.1...

6.9CVSS6.9AI score0.00371EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/16 8:43 p.m.14 views

Libredesk has Improper Neutralization of HTML Tags in a Web Page

Summary LibreDesk is vulnerable to stored HTML injection in the contact notes feature. When adding notes via POST /api/v1/contacts/id/notes, the backend automatically wraps user input in tags. However, by intercepting the request and removing the tag, an attacker can inject arbitrary HTML element...

8.6CVSS6.8AI score0.00197EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/16 7:37 p.m.12 views

tRPC has possible prototype pollution in `experimental_nextAppDirCaller`

Note that this vulnerability is only present when using experimentalcaller / experimentalnextAppDirCaller. Summary A Prototype Pollution vulnerability exists in @trpc/server's formDataToObject function, which is used by the Next.js App Router adapter. An attacker can pollute Object.prototype by...

8.5CVSS7AI score0.00346EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/16 7:36 p.m.13 views

Parse Server has a Cross-Site Scripting (XSS) vulnerability via Unescaped Mustache Template Variables

Impact A Reflected Cross-Site Scripting XSS vulnerability exists in Parse Server's password reset and email verification HTML pages. Patches The patch escapes user controlled values that are inserted into the HTML pages. Workarounds None. Resources -...

6.1CVSS5.9AI score0.0019EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/16 6:31 p.m.11 views

ABP Account Module has an Open Redirect through Improper validation in its register function

An open redirect vulnerability exists in the Account module in Volosoft ABP Framework = 5.1.0 and 10.0.0-rc.2. Improper validation of the returnUrl parameter in the register function allows an attacker to redirect users to arbitrary external domains...

5.3CVSS7AI score0.00248EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/16 3:30 p.m.14 views

openshift-apiserver: SSRF via Missing IP/Network-Range Validation in User-Supplied Image References

A flaw was found in ose-openshift-apiserver. This vulnerability allows internal network enumeration, service discovery, limited information disclosure, and potential Denial of Service DoS through Server-Side Request Forgery SSRF due to missing IP address and network-range validation when processi...

6.4CVSS5.8AI score0.00318EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/16 12:43 a.m.12 views

ALTCHA Proof-of-Work Vulnerable to Challenge Splicing and Replay

Impact A cryptographic semantic binding flaw in ALTCHA libraries allows challenge payload splicing, which may enable replay attacks. The HMAC signature does not unambiguously bind challenge parameters to the nonce, allowing an attacker to reinterpret a valid proof-of-work submission with a modifi...

6.5CVSS6.7AI score0.00278EPSS
SaveExploits0References13Affected Software5
Github Security Blog
Github Security Blog
added 2025/12/15 11:37 p.m.10 views

Fickling has Code Injection vulnerability via pty.spawn()

Fickling Assessment Based on the test case provided in the original report below, this bypass was caused by pty missing from our block list of unsafe module imports as previously documented in 108, rather than the unused variable heuristic. This led to unsafe pickles based on pty.spawn being...

8.5CVSS8AI score0.00244EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 11:35 p.m.10 views

Fickling has missing detection for marshal.loads and types.FunctionType in unsafe modules list

Fickling Assessment Based on the test case provided in the original report below, this bypass was caused by marshal and types missing from the block list of unsafe module imports, Fickling started blocking both modules to address this issue. This was fixed in...

8.5CVSS7.8AI score0.00251EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 11:28 p.m.14 views

Netty has a CRLF Injection vulnerability in io.netty.handler.codec.http.HttpRequestEncoder

Summary The io.netty.handler.codec.http.HttpRequestEncoder CRLF injection with the request uri when constructing a request. This leads to request smuggling when HttpRequestEncoder is used without proper sanitization of the uri. Details The HttpRequestEncoder simply UTF8 encodes the uri without...

6.5CVSS7.3AI score0.00304EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 10:32 p.m.14 views

Weblate has Systematic User and Project Enumeration via Broken Authorization in REST API (IDOR)

Impact It was possible to retrieve user notification settings or list all users via API. Patches https://github.com/WeblateOrg/weblate/pull/17256 References Thanks to Hector Ruiz Ruiz & NaxusAI for responsibly disclosing this vulnerability to Weblate...

4.3CVSS6.9AI score0.00244EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 10:1 p.m.18 views

Weblate's over‑permissive webhook endpoint enables mass repository updates and component enumeration

Impact It was possible to trigger repository updates for many repositories via a crafted webhook payload. Patches https://github.com/WeblateOrg/weblate/pull/17221 Workarounds Disabling webhooks completely using ENABLEHOOKS avoids this vulnerability. References Thanks to Hector Ruiz Ruiz & NaxusAI...

5.3CVSS6.8AI score0.00244EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 10:0 p.m.16 views

Withdrawn Advisory: LikeC4 has RCE through vulnerable React and Next.js versions

Withdrawn Advisory This advisory has been withdrawn because LikeC4 isn’t impacted by CVE-2025-55182 because it doesn’t ship React. React is a peer dependency. Original Description LikeC4 uses React and Next.js: which contain known RCE vulnerabilities, as seen in CVE-2025-55182. 2025-12-15 Edit: t...

10CVSS7AI score0.99616EPSS
SaveExploits382References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 8:59 p.m.12 views

Misskey has a login rate limit bypass via spoofed X-Forwarded-For header

Summary When using an untrusted reverse proxy or not using a reverse proxy at all, attackers can bypass IP rate limiting by adding a forged X-Forwarded-For header. Starting with version 2025.9.1, an option trustProxy has been added in config file to prevent this from happening. However, it is...

6.9CVSS6.9AI score0.00303EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 8:55 p.m.10 views

misskey.js's export data contains private post data

Summary After adding private posts followers, direct that you do not have permission to view to your favorites or clips, you can export them to view the contents of the private posts. PoC 1. Create an account X for testing and an account Y for private posts on the same server. 2. Send appropriate...

7.1CVSS6.7AI score0.00281EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 7:58 p.m.10 views

Weblate has improper validation upon invitation acceptance

Impact It was possible to accept an invitation opened by a different Weblate user. Patches https://github.com/WeblateOrg/weblate/pull/16913 Workarounds Users should avoid leaving Weblate sessions with an unattended opened invitation. References Thanks to Nahid0x for responsibly disclosing this...

9.8CVSS6.9AI score0.00331EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 6:30 p.m.13 views

Misconfigured Internal Proxy in runtimes-inventory-rhel8-operator Grants Standard Users Full Cluster Administrator Access

A flaw was found in runtimes-inventory-rhel8-operator. An internal proxy component is incorrectly configured. Because of this flaw, the proxy attaches the cluster's main administrative credentials to any command it receives, instead of only the specific reports it is supposed to handle. This allo...

8.7CVSS6.7AI score0.00214EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 6:30 p.m.11 views

Grav may be vulnerable to SSRF attack via Twig Templates

In grav 1.7.49.5, a SSRF Server-Side Request Forgery vector may be triggered via Twig templates when page content is processed by Twig and the configuration allows undefined PHP functions to be registered...

9.1CVSS6.9AI score0.00257EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 6:30 p.m.13 views

Grav is vulnerable to Stored XSS through authenticated user-edited content

grav before v1.7.49.5 has a Stored Cross-Site Scripting Stored XSS vulnerability in the page editing functionality. An authenticated low-privileged user with permission to edit content can inject malicious JavaScript payloads into editable fields. The payload is stored on the server and later...

5.4CVSS5.5AI score0.00141EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 6:30 p.m.10 views

OpenShift GitOps authenticated attackers can obtain cluster root access through forged ArgoCD custom resources

A flaw was found in OpenShift GitOps. Namespace admins can create ArgoCD Custom Resources CRs that trick the system into granting them elevated permissions in other namespaces, including privileged namespaces. An authenticated attacker can then use these elevated permissions to create privileged...

9.1CVSS6.6AI score0.00656EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 3:30 p.m.14 views

django-allauth does not reject access tokens for inactive users

An issue was discovered in allauth-django before 65.13.0. IdP: marking a user as isactive=False after having handed tokens for that user while the account was still active had no effect. Fixed the access/refresh tokens are now rejected...

5.4CVSS7AI score0.00146EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 3:30 p.m.12 views

django-allauth's Okta and NetIQ implementations used a mutable identifier for authorization decisions

An issue was discovered in allauth-django before 65.13.0. Both Okta and NetIQ were using preferredusername as the identifier for third-party provider accounts. That value may be mutable and should therefore be avoided for authorization decisions. The providers are now using sub instead...

5.4CVSS7.3AI score0.00146EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 12:30 p.m.13 views

Apache Airflow exposes secret values to authenticated UI users via rendered templates

A vulnerability in Apache Airflow allowed authenticated UI users to view secret values in rendered templates due to secrets not being properly redacted, potentially exposing secrets to users without the appropriate authorization. Users are recommended to upgrade to version 3.1.4, which fixes this...

6.5CVSS6.6AI score0.00413EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 12:30 p.m.15 views

Elasticsearch PKI Realm Authentication Bypass Vulnerability Allows User Impersonation Through Crafted Client Certificates

Improper Authentication in Elasticsearch PKI realm can lead to user impersonation via specially crafted client certificates. A malicious actor would need to have such a crafted client certificate signed by a legitimate, trusted Certificate Authority...

7.4CVSS6.8AI score0.00179EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 12:30 a.m.10 views

Mayan EDMS has an Open Redirect through the /authentication/ file

A flaw has been found in Mayan EDMS up to 4.10.1. The impacted element is an unknown function of the file /authentication/. This manipulation causes open redirect. It is possible to initiate the attack remotely. The exploit has been published and may be used. Upgrading to version 4.10.2 is...

6.1CVSS6.6AI score0.00411EPSS
SaveExploits1References12Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 12:30 a.m.14 views

kube-controller-manager is vulnerable to half-blind Server Side Request Forgery through in-tree Portworx StorageClass

A half-blind Server Side Request Forgery SSRF vulnerability exists in kube-controller-manager when using the in-tree Portworx StorageClass. This vulnerability allows authorized users to leak arbitrary information from unprotected endpoints in the control plane’s host network including link-local ...

5.8CVSS6.8AI score0.00369EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 12:30 a.m.13 views

Mayan EDMS is vulnerable to XSS through the /authentication/ file

A vulnerability was detected in Mayan EDMS up to 4.10.1. The affected element is an unknown function of the file /authentication/. The manipulation results in cross site scripting. The attack may be performed from remote. The exploit is now public and may be used. Upgrading to version 4.10.2 is...

6.1CVSS5.6AI score0.00407EPSS
SaveExploits1References12Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 12:30 a.m.18 views

MJML allows mj-include directory traversal due to an incomplete fix for CVE-2020-12827

MJML before 5.0.0-alpha.9 allows mj-include directory traversal to test file existence and in the type="css" case read files. NOTE: this issue exists because of an incomplete fix for CVE-2020-12827...

7.2CVSS7.1AI score0.0266EPSS
SaveExploits4References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/14 6:31 p.m.11 views

snail-job is vulnerable to Code Injection through QLExpressEngine.doEval function

A vulnerability was found in aizuda snail-job up to 1.6.0. Affected by this vulnerability is the function QLExpressEngine.doEval of the file snail-job-common/snail-job-common-core/src/main/java/com/aizuda/snailjob/common/core/expression/strategy/QLExpressEngine.java. The manipulation results in...

6.5CVSS6.9AI score0.00315EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/14 6:30 a.m.10 views

Sequoia PGP has Subtraction Overflow when aes_key_unwrap function is provided ciphertext that is too short

In Sequoia before 2.1.0, aeskeyunwrap panics if passed a ciphertext that is too short. A remote attacker can take advantage of this issue to crash an application by sending a victim an encrypted message with a crafted PKESK or SKESK packet...

5.3CVSS7AI score0.00309EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/13 6:30 p.m.12 views

Universal Tool Calling Protocol (UTCP) client library for Python vulnerable to Trust Boundary Violation through Manual JSON specification

The vulnerability arises when a client fetches a tools’ JSON specification, known as a Manual, from a remote Manual Endpoint. While a provider may initially serve a benign manual e.g., one defining an HTTP tool call, earning the clients’ trust, a malicious provider can later change the manual to...

7.5CVSS7AI score0.00228EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 10:12 p.m.13 views

aircompressor Snappy and LZ4 Java-based decompressor implementation can leak information from reused output buffer

Summary Incorrect handling of malformed data in Java-based decompressor implementations for Snappy and LZ4 allows remote attackers to read previous buffer contents via crafted compressed input. In applications where the output buffer is reused without being cleared, this may lead to disclosure of...

7.5CVSS5.6AI score0.00514EPSS
SaveExploits0References7Affected Software2
Github Security Blog
Github Security Blog
added 2025/12/12 9:31 p.m.13 views

Vuetify has a Cross-site Scripting (XSS) vulnerability in the VDatePicker component

Improper neutralization of the title date in the 'VDatePicker' component in Vuetify, allows unsanitized HTML to be inserted into the page. This can lead to a Cross-Site Scripting XSS https://owasp.org/www-community/attacks/xss attack. The vulnerability occurs because the 'title-date-format'...

6.3CVSS5.8AI score0.00196EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 9:31 p.m.11 views

Vuetify has a Prototype Pollution vulnerability

The Preset configuration feature of Vuetify is vulnerable to Prototype Pollution due to the internal 'mergeDeep' utility function used to merge options with defaults. Using a specially-crafted, malicious preset can result in polluting all JavaScript objects with arbitrary properties, which can...

8.6CVSS6.8AI score0.00329EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 9:31 p.m.17 views

Liferay Portal and DXP Instance Admin can execute code using Objects Actions and Validations

In Liferay Portal 7.4.3.27 through 7.4.3.42, and Liferay DXP 2024.Q1.1 through 2024.Q1.20, 2023.Q4.0 through 2023.Q4.10, 2023.Q3.1 through 2023.Q3.10, 7.4 update 27 through update 42 Liferay PaaS, and Liferay Self-Hosted, the Objects module does not restrict the use of Groovy scripts in Object...

7.5CVSS7.9AI score0.00417EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 8:20 p.m.10 views

Lightning Flow Scanner Vulnerable to Code Injection via Unsafe Use of `new Function()` in APIVersion Rule

Impact The APIVersion rule uses new Function to evaluate expression strings. A malicious crafted flow metadata file can cause arbitrary JavaScript execution during scanning. An attacker could execute arbitrary JavaScript during a scan by supplying a malicious expression within rule configuration ...

8.4CVSS7.2AI score0.00189EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 8:15 p.m.18 views

Finality Provider vulnerable to anti-slashing bypassing due to misconfiguration

Summary The anti-slashing is not effective if the attacker can access EOTS manager endpoints. Impact If the EOTS manager endpoints are open to public without HMAC protection, the attacker can manually cause slashing of the finality provider through the RPC endpoints. Report credits go to:...

5.5AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 7:22 p.m.11 views

NeuVector OpenID Connect is vulnerable to man-in-the-middle (MITM)

Impact NeuVector supports login authentication through OpenID Connect. However, the TLS verification which verifies the remote server's authenticity and integrity for OpenID Connect is not enforced by default. As a result this may expose the system to man-in-the-middle MITM attacks. Starting from...

8.8CVSS7AI score0.00327EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 6:30 p.m.10 views

Weaviate OSS has a Path Traversal Vulnerability via Backup ZipSlip

An issue was discovered in Weaviate OSS before 1.33.4. An attacker with access to insert data into the database can craft an entry name with an absolute path e.g., /etc/... or use parent directory traversal ../../.. to escape the restore root when a backup is restored, potentially creating or...

7.2CVSS7.2AI score0.00885EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 6:30 p.m.14 views

Apache StreamPark: Use the user’s password as the secret key Vulnerability

When encrypting sensitive data, weak encryption keys that are fixed or directly generated based on user passwords are used. Attackers can obtain these keys through methods such as reverse engineering, code leaks, or password guessing, thereby decrypting stored or transmitted encrypted data, leadi...

5.9CVSS7.3AI score0.00255EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 6:30 p.m.16 views

Weaviate OSS has path traversal vulnerability via the Shard Movement API

An issue was discovered in Weaviate OSS before 1.33.4. Due to a lack of validation of the fileName field in the transfer logic, an attacker who can call the GetFile method while a shard is in the "Pause file activity" state and the FileReplicationService is reachable can read arbitrary files...

4.9CVSS6.9AI score0.0049EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 6:30 p.m.16 views

MineAdmin has an insecure default password

Insecure permissions in the scheduled tasks feature of MineAdmin v3.x allows attackers to execute arbitrary commands and execute a full account takeover...

9.8CVSS7.7AI score0.00485EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 5:21 p.m.14 views

Next has a Denial of Service with Server Components - Incomplete Fix Follow-Up

It was discovered that the fix for CVE-2025-55184 in React Server Components was incomplete and did not fully mitigate denial-of-service conditions across all payload types. As a result, certain crafted inputs could still trigger excessive resource consumption. This vulnerability affects React...

7.5CVSS5.6AI score0.67291EPSS
SaveExploits10References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 4:41 p.m.17 views

Vite Plugin React has a Source Code Exposure Vulnerability in React Server Components

Impact @vitejs/plugin-rsc vendors react-server-dom-webpack, which contained a vulnerability in versions prior to 19.2.3. See details in React repository's advisory https://github.com/facebook/react/security/advisories/GHSA-925w-6v3x-g4j4 Patches Upgrade immediately to @vitejs/[email protected] or...

6.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 4:41 p.m.11 views

Vite Plugin React has a Denial of Service Vulnerability in React Server Components

Impact @vitejs/plugin-rsc vendors react-server-dom-webpack, which contained a vulnerability in versions prior to 19.2.3. See details in React repository's advisory https://github.com/facebook/react/security/advisories/GHSA-7gmr-mq3h-m5h9 Patches Upgrade immediately to @vitejs/[email protected] or...

6.9AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 4:32 p.m.16 views

Denial of Service Vulnerability in React Server Components

Impact It was found that the fix to address CVE-2025-55184 in React Server Components was incomplete and does not prevent a denial of service attack in a specific case. We recommend updating immediately. The vulnerability exists in versions 19.0.2, 19.1.3, and 19.2.2 of: - react-server-dom-webpac...

7.5CVSS7AI score0.20263EPSS
SaveExploits3References5Affected Software3
Github Security Blog
Github Security Blog
added 2025/12/12 3:30 p.m.17 views

Apache StreamPark uses a Weak Encryption Algorithm

Weak Encryption Algorithm in StreamPark, The use of an AES cipher in ECB mode and a weak random number generator for encrypting sensitive data, including JWT tokens, may have risked exposing sensitive authentication data This issue affects Apache StreamPark: from 2.0.0 before 2.1.7. Users are...

7.5CVSS7.1AI score0.00243EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/12 3:30 p.m.32 views

Apache StreamPark has a hard-coded encryption key

In Apache StreamPark versions 2.0.0 through 2.1.7, a security vulnerability involving a hard-coded encryption key exists. This vulnerability occurs because the system uses a fixed, immutable key for encryption instead of dynamically generating or securely configuring the key. Attackers may obtain...

9.8CVSS6.6AI score0.00464EPSS
SaveExploits0References5Affected Software1
Total number of security vulnerabilities34386