CVE tracker
363 subscribers
4.95K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2026-43782 - Apple macOS Sensitive Information Disclosure

CVE ID :CVE-2026-43782
Published : July 27, 2026, 8:15 p.m. | 33 minutes ago
Description :This issue was addressed with improved checks. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. An app may be able to access sensitive user data.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64737 - Apple macOS Sandbox Escape Vulnerability

CVE ID :CVE-2026-64737
Published : July 27, 2026, 8:15 p.m. | 33 minutes ago
Description :An authorization issue was addressed with improved state management. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. A malicious app may be able to break out of its sandbox.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-43757 - Apple macOS Out-of-Bounds Read Vulnerability

CVE ID :CVE-2026-43757
Published : July 27, 2026, 8:15 p.m. | 33 minutes ago
Description :An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. An app may be able to cause unexpected system termination.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-42016 - Incorrect authorization validation of user token in JFrog Artifactory allows Privilege Escalation

CVE ID :CVE-2026-42016
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :JFrog Artifactory (Self Hosted) versions before 7.133.11 are vulnerable to a privilege escalation attack due to a validation check of the token signature/issuer and not the token’s scope.
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-42017 - Privilege escalation via JFrog Worker event token exposure

CVE ID :CVE-2026-42017
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :An event-handling weakness in JFrog Artifactory could expose privileged authorization material to a lower-privileged user under specific conditions.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-56747 - Code Injection in JSON Pointer Processing Component in Cribl Stream

CVE ID :CVE-2026-56747
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :Improper control of generation of code in the JSON Pointer-to-accessor compiler in Cribl Stream before 4.18.2 allows a remote authenticated attacker with edit privileges to execute arbitrary JavaScript on the server via a crafted database connection identifier or pack configuration value.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-56748 - Authenticated RCE via Symlink Following in Cribl Stream Pack Git Import

CVE ID :CVE-2026-56748
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :Improper validation of symbolic links in the Pack Git import feature in Cribl Stream before 4.18.2 allows a remote authenticated attacker with Pack import and pipeline preview permissions to execute arbitrary code as the Cribl server process via a crafted Git repository containing a symbolic link in the pack's functions directory.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-59727 - Astro: Cross-site scripting via unescaped transition:* directive values on hydrated islands

CVE ID :CVE-2026-59727
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :Astro is a web framework for content-driven websites. In versions 3.10.0 through 7.0.3, when a transition:persist, transition:scope, or transition:persist-props directive is applied to a client-hydrated (client:*) component, Astro copied the directive value onto the rendered element without HTML-escaping it. If a developer reflects attacker-controlled input into one of these directives, an attacker can break out of the attribute and inject arbitrary HTML/JavaScript into the server-rendered output, resulting in reflected cross-site scripting (XSS). Exploitation requires the application developer to have written a non-idiomatic pattern — passing untrusted, request-derived input directly into a transition directive. Astro applications that do not route untrusted input into these directives are unaffected. This issue has been fixed in version 7.0.4.
Severity: 2.1 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-59729 - Astro: XSS via unescaped spread attribute names in renderHTMLElement (incomplete fix for CVE-2026-54298)

CVE ID :CVE-2026-59729
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :Astro is a web framework for content-driven websites. Versions prior to 7.0.6 are vulnerable to XSS through unescaped spread attribute names in renderHTMLElement. The fix for CVE-2026-54298 (GHSA-jrpj-wcv7-9fh9) added an INVALID_ATTR_NAME_CHAR guard to addAttribute() so that spread-prop attribute names containing "' >/= or whitespace are dropped. A second attribute-rendering path, renderHTMLElement() in packages/astro/src/runtime/server/render/dom.ts, has its own inline attribute loop that does not go through addAttribute() and was not updated. It interpolates the attribute name unescaped and only escapes the value, so untrusted prop keys spread onto a native-HTMLElement-subclass component can still break out of the attribute context. This issue has been fixed in version 7.0.6.
Severity: 5.1 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64648 - Next.js: Response Body Cache Confusion for Requests Containing Bodies

CVE ID :CVE-2026-64648
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST's response body would then leak to unauthorized requests. Though the request itself will not be deduped. This only applies to fetch calls with a request that has a different init than the one passed to fetch. A safe request would be: fetch(new Request(init), init). An unsafe request would be: fetch(new Request(init), aDifferentInit). This issue has been fixed in versions 15.5.21 and 16.2.11.
Severity: 6.0 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64649 - Next.js: Server-Side Request Forgery in Server Actions on Custom Servers

CVE ID :CVE-2026-64649
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :Next.js is a React framework for building full-stack web applications. In versions 14.1.1 through 15.5.20 and 16.0.0 through 16.2.10, when a Server Action forwards or redirects a request, an attacker can cause the server to send that outbound request to a malicious host (Server-Side Request Forgery). This requires the attacker's request to control Host-associated headers. In some configurations, it's also possible to obtain internal values that weaken middleware/proxy authorization. Applications that use Server Actions are affected when the incoming host header is not fixed to a trusted value. This typically occurs on custom servers, or on deployments not behind a proxy that pins the host. Managed hosting pins the host upstream and is not affected; next start and standalone output do the same from version 14.2 onward. This issue has been fixed in versions 15.5.21 and 16.2.11.
Severity: 8.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65616 - Potential privilege escalation to JFrog administrator privileges

CVE ID :CVE-2026-65616
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :Incorrect authorization validation in refresh token signature allows non-admin users to obtain a signed JFrog administrator token.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65617 - Potential remote code execution on an Artifactory package service container.

CVE ID :CVE-2026-65617
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :A deserialization weakness in JFrog Artifactory package handling could allow a low-privileged user to impact confidentiality, integrity, and availability under specific repository conditions.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65618 - Improper URL validation when handling specific URLs Pub, Terraform and Docker packages might lead to SSRF vulnerability

CVE ID :CVE-2026-65618
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :Improper URL validation when handling specific URLs, allows an attacker, under certain conditions, to make unauthorized requests from JFrog Artifactory, potentially exposing internal services and cached response data.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65921 - Potential path traversal leading to unauthorized file writes

CVE ID :CVE-2026-65921
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :A path validation weakness in archive extraction/write handling allows entries with traversal sequences to be written outside the intended build artifacts location.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65922 - Potential unauthorized modification of Artifactory internal metadata

CVE ID :CVE-2026-65922
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :An authorization weakness in JFrog Artifactory internal metadata handling could allow a user with limited repository access to write to restricted internal metadata areas under specific conditions. Successful abuse is limited to integrity and availability impact at a low level; confidentiality is not affected.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65923 - Potential server-side request forgery in Artifactory Ansible repository handling

CVE ID :CVE-2026-65923
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :A URL validation weakness in JFrog Artifactory Ansible repository handling could allow a user, under specific repository access conditions, to cause unintended server-side requests. The issue primarily affects confidentiality and integrity and has been addressed in fixed Artifactory versions.
Severity: 6.8 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65924 - Server-Side Request Forgery (SSRF) via Terraform Remote repository

CVE ID :CVE-2026-65924
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :JFrog Artifactory support for Terraform remote repositories was found to be susceptible to Server-Side Request Forgery (SSRF). An authenticated user - or, if anonymous access is enabled on the repository, an unauthenticated user - could cause Artifactory to issue outbound HTTP requests to arbitrary destinations and receive the response content.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65925 - Server-Side Request Forgery (SSRF) via JFrog Artifactory Cargo remote repository

CVE ID :CVE-2026-65925
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :A user with JFrog Artifactory Cargo remote repository read access could make Artifactory request unintended URLs and return the response.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-66014 - Potential authentication bypass leading to privilege escalation in Artifactory

CVE ID :CVE-2026-66014
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :JFrog Artifactory contains an authentication handling weakness in internal request processing that, under specific conditions, may allow an attacker to escalate privileges beyond the intended access level.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-66015 - JFrog Platform contains an authorization flaw that may allow authenticated privilege escalation.

CVE ID :CVE-2026-66015
Published : July 27, 2026, 8:16 p.m. | 31 minutes ago
Description :An authenticated privilege-escalation vulnerability in JFrog Platform may be exploited under admin-provisioned account conditions. Successful exploitation may grant temporary platform administrator access.
Severity: 7.2 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...