CVE tracker
372 subscribers
5.16K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2026-19566 - Net::CIDR::Set versions before 0.23 for Perl allow memory exhaustion and malformed set ranges via unbounded IPv6 prefix lengths

CVE ID :CVE-2026-19566
Published : Aug. 12, 2026, 9:17 a.m. | 2 hours, 18 minutes ago
Description :Net::CIDR::Set versions before 0.23 for Perl allow memory exhaustion and malformed set ranges via unbounded IPv6 prefix lengths. The _encode method accepts any prefix length matching `(0|[1-9][0-9]*)` and passes it to _width2bits(), which builds the mask as `'1' x ($width + 8)`, one character per bit. The _inc() method then unpacks the packed mask into a Perl array of one scalar per byte, so the prefix length alone sets the allocation size: `::/100000000` builds a 100 MB string and a 12.5 million element array. The value being tested is parsed, not just the configured ranges: contains() builds a set from its argument, and _guess_coder() tries the IPv4 coder and then the IPv6 coder, so an IPv4-only set expands an oversized IPv6 prefix length before the mixed address width check rejects it. Any caller that passes untrusted input to contains() or add() can exhaust process memory. A prefix length above 128 is also stored as a range that does not match the requested block: 2001:db8::/129 stringifies back unchanged, contains() of its own base address returns false, and removing it from a set drops the base address while the set still prints as covering it.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67282 - Joomla Extension - fabrikar.com - Unauthenticated remote code execution in Fabrik < 4.6.8

CVE ID :CVE-2026-67282
Published : Aug. 12, 2026, 9:17 a.m. | 2 hours, 18 minutes ago
Description :Joomla Extension - fabrikar.com - Unauthenticated remote code execution in Fabrik < 4.6.8 - An unauthenticated attacker could execute arbitrary code by using the frontend listfilter model.
Severity: 10.0 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67283 - Joomla Extension - tabaoca.org - Improper ACL implementation allows allow file operations in Cotton Cloud < 2.0.2

CVE ID :CVE-2026-67283
Published : Aug. 12, 2026, 9:17 a.m. | 2 hours, 18 minutes ago
Description :Joomla Extension - tabaoca.org - Improper ACL implementation allows file operations in Cotton Cloud < 2.0.2 - Unauthenticated users could perform various file-related operations (read, delete, overwrite, re-assign permissions) on every file managed within the extension.
Severity: 6.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-18652 - Velociraptor STACK Type Download Path Bypasses Denied Prefix Check

CVE ID :CVE-2026-18652
Published : Aug. 12, 2026, 10:17 a.m. | 1 hour, 18 minutes ago
Description :Velociraptor allows reading Stacked result sets from the GUI.  Velociraptor's multi-tenant design stores sub orgs within the datastore directory. The path requested by the GUI is not correctly checked against the prefix deny list, allowing result sets to read from denied prefixes. In particular, a user with read access to the root org can access result sets from child orgs.
Severity: 4.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-18663 - 389-ds-base: 389-ds-base: pre-authentication double-free in get_ldapmessage_controls_ext() via critical session tracking control

CVE ID :CVE-2026-18663
Published : Aug. 12, 2026, 10:17 a.m. | 1 hour, 18 minutes ago
Description :A flaw was found in 389-ds-base. The get_ldapmessage_controls_ext() function frees the parsed controls array on the Session Tracking critical-control rejection path without clearing the SLAPI_REQCONTROLS pblock slot. Operation teardown then frees the same pointer again, causing a double-free. An unauthenticated remote attacker can trigger this with a single BIND request carrying a critical Session Tracking control, resulting in heap corruption and potential denial of service.
Severity: 5.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64951 - Velociraptor DoS triggered by Divide by Zero panic

CVE ID :CVE-2026-64951
Published : Aug. 12, 2026, 10:17 a.m. | 1 hour, 18 minutes ago
Description :A rogue Velociraptor client can upload a malformed sparse file such that if the GUI attempts to expand the file, a panic occurs which may crash the server process. The problem is a Divide by Zero bug in the ShouldPadFile() function.
Severity: 3.5 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64952 - Velociraptor Hunt Deletion With Insufficient Permission Check

CVE ID :CVE-2026-64952
Published : Aug. 12, 2026, 10:17 a.m. | 1 hour, 18 minutes ago
Description :The hunt_delete() VQL function allows deleting hunts.  Velociraptor misapplied the permission check requiring only COLLECT_CLIENT (usually assigned to the "investigator" role) instead of the "DELETE_RESULTS" permission (usually only assigned to "administrators").
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-64955 - Velociraptor CSV Formula Injection in Export Pipeline

CVE ID :CVE-2026-64955
Published : Aug. 12, 2026, 10:17 a.m. | 1 hour, 18 minutes ago
Description :When Microsoft Excel imports a CSV file, it executes cells beginning with certain characters as formulas, giving such CSV files arbitrary execution.  Velociraptor fails to sanitize such cells when exporting to CSV from various places such as the GUI, offline collector or data exports. It is not clear if the vulnerability is actually in Microsoft Excel treating a CSV data file as executable content, or if Velociraptor should be sanitizing the data to prevent Excel from executing it. However, since this is such a common use case for Velociraptor we decided to highlight it in an advisory.
Severity: 6.1 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67284 - Joomla Extension - tabaoca.org - Improper ACL checks allow file operations in Cotton Cloud < 2.0.2

CVE ID :CVE-2026-67284
Published : Aug. 12, 2026, 10:17 a.m. | 1 hour, 18 minutes ago
Description :Joomla Extension - tabaoca.org - Improper ACL implementation allows file operations in Cotton Cloud < 2.0.3 - Authenticated users could perform various file-related operations (read, delete, overwrite, re-assign permissions) on files owned by other users.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-68868 - Apache Airflow Google provider: google Secret Manager backend: team scope is never applied, exposing every team's Connections and Variables

CVE ID :CVE-2026-68868
Published : Aug. 12, 2026, 11:17 a.m. | 18 minutes ago
Description :The Google Cloud Secret Manager secrets backend in Apache Airflow's Google provider never applied the team scope when resolving Connections and Variables: the caller's `team_name` was accepted by the backend but dropped at the internal call boundary, so every lookup resolved against the team-agnostic secret name. In a deployment running multi-team mode with this backend, a task or Dag belonging to one team resolved another team's Connection or Variable, obtaining its credentials in full. No unusual configuration is required beyond enabling multi-team mode and using this backend. Users are advised to upgrade to apache-airflow-providers-google 22.3.0 or later, which builds and applies the team-scoped secret name.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67286 - Joomla Extension - joomshaper.com - Unauthenticated arbitrary directory creation and file write in SP Page Builder < 6.8.0

CVE ID :CVE-2026-67286
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :Joomla Extension - joomshaper.com - Unauthenticated arbitrary directory creation and file write in SP Page Builder < 6.8.0 - An unauthenticated attacker can create arbitrary directories and files with a predefined name.
Severity: 6.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67287 - Joomla Extension - joomshaper.com - Unauthenticated comment creation in SP Page Builder < 6.8.0

CVE ID :CVE-2026-67287
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :Joomla Extension - joomshaper.com - Unauthenticated comment creation in SP Page Builder < 6.8.0 - An unauthenticated attacker can create comments on instances with disabled guest commenting by overriding the setting in question with user supplied input.
Severity: 6.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-68752 - Project Resource Managers may escalate privileges in JFrog Artifactory

CVE ID :CVE-2026-68752
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :A Project Resource Manager may gain broader administrative privileges under specific conditions.
Severity: 7.2 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-68753 - Anonymous users may access restricted Artifactory content under specific configurations

CVE ID :CVE-2026-68753
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :An unauthenticated user may access restricted Artifactory content when a credentialed remote repository is configured in a specific way.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-68754 - Publishers without delete permission can overwrite docker layer information

CVE ID :CVE-2026-68754
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :A repository publisher without delete permission may modify protected package content under specific conditions.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-68755 - Bundle writers may alter trusted release information in JFrog Artifactory

CVE ID :CVE-2026-68755
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :A bundle writer may create misleading release promotion information under specific conditions.
Severity: 4.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-68756 - Potential insecure deserialization in JFrog Artifactory

CVE ID :CVE-2026-68756
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :A party with write access to stored session data may affect JFrog Artifactory under specific conditions.
Severity: 6.6 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-68757 - Potential improper SAML signature verification in JFrog Artifactory

CVE ID :CVE-2026-68757
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :A user with access to a valid SAML response may impersonate another user under specific conditions.
Severity: 7.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-68760 - Potential remember-me authentication bypass in JFrog Artifactory

CVE ID :CVE-2026-68760
Published : Aug. 12, 2026, 3:18 p.m. | 18 minutes ago
Description :An unauthenticated user may bypass authentication under specific cache conditions.
Severity: 5.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-73262 - Prowler: Stored XSS in HTML reports through unescaped cloud resource tags

CVE ID :CVE-2026-73262
Published : Aug. 12, 2026, 3:18 p.m. | 17 minutes ago
Description :Prowler is a cloud security platform. Prior to 5.37.0, Prowler's HTML output formatter in prowler/lib/outputs/html/html.py inserted finding.resource_tags, assembled by unroll_dict and parse_html_string, into generated reports without HTML escaping, allowing a cloud principal who can modify a scanned resource tag to store HTML or JavaScript that executes when another user opens the report. This issue is fixed in version 5.37.0.
Severity: 5.4 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-73263 - Prowler: RCE on Prowler App workers via kubeconfig auth-provider cmd-path

CVE ID :CVE-2026-73263
Published : Aug. 12, 2026, 3:18 p.m. | 17 minutes ago
Description :Prowler is a cloud security platform. Prior to 5.36.0, the Kubernetes provider connection test accepted kubeconfig_content containing a legacy gcp auth-provider with config.cmd-path and config.cmd-args because kubeconfig_contains_exec_auth in api/src/backend/api/v1/serializers.py checked only exec blocks, and POST /api/v1/providers/{id}/connection loaded it through config.load_kube_config_from_dict in prowler/providers/kubernetes/kubernetes_provider.py, causing kubernetes-python CommandTokenSource.token to run the attacker-supplied command through subprocess.Popen on the shared worker. This issue is fixed in version 5.36.0.
Severity: 9.9 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...