CVE tracker
387 subscribers
5.44K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2026-63670 - ApostropheCMS: Mutation-XSS / allowedTags bypass via literal `` solidus close

CVE ID :CVE-2026-63670
Published : Aug. 17, 2026, 7:49 p.m. | 10 minutes ago
Description :ApostropheCMS is an open-source Node.js content management system. Prior to 2.17.6, sanitizeHtml() can pass disallowed executable markup through packages/sanitize-html/index.js when textarea or xmp is included in allowedTags because a literal solidus after the raw-text end-tag name is treated as text by htmlparser2 and the ontext handler emits that content without escaping, while a browser parses the following img onerror markup as active HTML. This issue is fixed in version 2.17.6.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-63667 - ApostropheCMS: Arbitrary file read via import-export attachment-name path traversal

CVE ID :CVE-2026-63667
Published : Aug. 17, 2026, 7:56 p.m. | 4 minutes ago
Description :ApostropheCMS is an open-source Node.js content management system. Prior to 3.6.2, the import-export module in packages/import-export/lib/formats/gzip.js constructs an attachment source path from the attacker-controlled _id, name, and extension fields in aposAttachments.json without ensuring that the resolved path remains under the extracted attachments directory, allowing an authenticated contributor to import a crafted archive, read a host file with an allowed extension, and publish the copied file at an unauthenticated uploads URL. This issue is fixed in version 3.6.2.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65346 - Apple Image Processing Integer Overflow Vulnerability

CVE ID :CVE-2026-65346
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :An integer overflow was addressed with improved input validation. This issue is fixed in iOS 26.6.1 and iPadOS 26.6.1, macOS Tahoe 26.6.2. Processing an image may lead to arbitrary code execution.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65347 - Apple ImageIO Denial of Service Vulnerability

CVE ID :CVE-2026-65347
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :The issue was addressed with improved checks. This issue is fixed in iOS 26.6.1 and iPadOS 26.6.1, macOS Tahoe 26.6.2. Processing an image may lead to a denial-of-service.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65349 - Apple Kernel Out-of-Bounds Read

CVE ID :CVE-2026-65349
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 26.6.1 and iPadOS 26.6.1, macOS Tahoe 26.6.2. An app may be able to cause unexpected system termination or read kernel memory.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-65351 - Apple Safari Denial of Service Vulnerability

CVE ID :CVE-2026-65351
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :This issue was addressed through improved state management. This issue is fixed in iOS 26.6.1 and iPadOS 26.6.1, macOS Tahoe 26.6.2. Processing maliciously crafted web content may lead to an unexpected Safari crash.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67854 - Qcms SQL Injection Vulnerability

CVE ID :CVE-2026-67854
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :SQL Injection vulnerability in Qcms v.6.0.6 allows a remote attacker to execute arbitrary code
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67868 - S2OPC Heap-Based Out-of-Bounds Write Vulnerability

CVE ID :CVE-2026-67868
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :A heap-based out-of-bounds write vulnerability exists in S2OPC 1.7.3 in server-side EventFilter handling during CreateMonitoredItems processing. This allows a remote attacker to execute arbitrary code.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67918 - Hermes Studio Directory Traversal Vulnerability

CVE ID :CVE-2026-67918
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :Directory Traversal vulnerability in hermes-studio v.0.6.26 allows a remote attacker to obtain sensitive information via the validatePath function in api/hermes/download endpoint
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67960 - PbootCMS Arbitrary Code Execution Vulnerability

CVE ID :CVE-2026-67960
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :An issue in PbootCMS v.3.2.15 allows an attacker to execute arbitrary code via the MemberController.php, UserController.php, CommentController.php, ContentController.php, and helper.php components
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-69146 - MLflow: LogInputs endpoint bypasses per-run UPDATE authorization in basic-auth

CVE ID :CVE-2026-69146
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. From 3.13.0 until 3.15.0, LogInputs is absent from BEFORE_REQUEST_HANDLERS in the mlflow/server/auth package, allowing any authenticated user to call POST /api/2.0/mlflow/runs/log-inputs for another user's run_id and inject attacker-controlled DatasetInput records into the dataset_inputs lineage metadata without UPDATE permission. This issue is fixed in version 3.15.0.
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-69148 - MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id

CVE ID :CVE-2026-69148
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. Prior to 3.15.0, CreateModelVersion accepts a run_id or model_id after _validate_source_run() or _validate_source_model() in mlflow/server/handlers.py verifies only path containment, allowing authenticated users to create a model version that references another user's artifact directory and read files through GET /model-versions/get-artifact without the required READ permission. This issue is fixed in version 3.15.0.
Severity: 7.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-71424 - Onyx: Cross-user OAuth-token leak via /api/mcp/servers* for per-user MCP servers

CVE ID :CVE-2026-71424
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :Onyx is an open-source AI platform. Prior to 3.1.10, 3.2.14, and 4.0.0, Onyx's GET /api/mcp/servers and GET /api/mcp/servers/persona/{persona_id} endpoints expose another user's OAuth Authorization header because OnyxTokenStorage.set_tokens and OnyxTokenStorage.set_client_info in backend/onyx/server/features/mcp/api.py copy per-user tokens into a shared admin MCPConnectionConfig row and _db_mcp_server_to_api_mcp_server returns that row through auth_template.headers to any BASIC_ACCESS user. This issue is fixed in versions 3.1.10, 3.2.14, and 4.0.0.
Severity: 9.6 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-75077 - SourceCodester Class and Exam Timetabling System BSCE2.php cross site scripting

CVE ID :CVE-2026-75077
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :A vulnerability was identified in SourceCodester Class and Exam Timetabling System 1.0. Affected by this issue is some unknown functionality of the file /BSCE2.php. Such manipulation of the argument course leads to cross site scripting. The attack may be launched remotely. The exploit is publicly available and might be used.
Severity: 5.0 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-9816 - Insufficient server-side validation of board member role fields permits privilege escalation

CVE ID :CVE-2026-9816
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :Mattermost versions 11.7.x <= 11.7.6, 10.11.x <= 10.11.21, 11.8.x <= 11.8.3 fail to validate BoardMember.Scheme* fields server-side on insert and archive-import paths which allows a board editor or non-guest team member to grant board admin to arbitrary users via POST /api/v2/boards/{boardID}/members and POST /api/v2/teams/{teamID}/archive/import.. Mattermost Advisory ID: MMSA-2026-00685
Severity: 8.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-9859 - Mattermost Boards plugin didn’t enforce role-based authorization on board channel link allowing board editors to expose boards to arbitrary channels

CVE ID :CVE-2026-9859
Published : Aug. 17, 2026, 10:17 p.m. | 1 hour, 43 minutes ago
Description :Mattermost versions 11.7.x <= 11.7.6, 10.11.x <= 10.11.21, 11.8.x <= 11.8.3 fail to enforce PermissionManageBoardRoles on the channelId field of the batch endpoint, which allows an authenticated board editor to relink any board they can edit to an arbitrary channel via a crafted PATCH request. Mattermost Advisory ID: MMSA-2026-00686
Severity: 6.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-75079 - SourceCodester Class and Exam Timetabling System edit_subject2.php sql injection

CVE ID :CVE-2026-75079
Published : Aug. 17, 2026, 11:15 p.m. | 45 minutes ago
Description :A weakness has been identified in SourceCodester Class and Exam Timetabling System 1.0. This vulnerability affects unknown code of the file /edit_subject2.php. Executing a manipulation of the argument ID can lead to sql injection. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-38165 - XDocReport Server-Side Template Injection

CVE ID :CVE-2026-38165
Published : Aug. 17, 2026, 11:16 p.m. | 43 minutes ago
Description :A Server-Side Template Injection (SSTI) vulnerability in the Velocity template engine configuration of xdocreport v0.9.2 to v2.2.0 allows attackers to execute arbitrary code via a crafted expression.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-42162 - Mahara Artefact Unauthorized Access Vulnerability

CVE ID :CVE-2026-42162
Published : Aug. 17, 2026, 11:16 p.m. | 43 minutes ago
Description :Mahara before 25.04.5 and 26.04.0 is vulnerable to artefacts being accessible to others under certain circumstances when the file path to an artefact in a page is manipulated.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-42164 - Mahara Text Block Cross-Section Information Disclosure

CVE ID :CVE-2026-42164
Published : Aug. 17, 2026, 11:16 p.m. | 43 minutes ago
Description :Mahara before 25.04.5 and 26.04.0 is vulnerable in the Text block/section functionality when a call is crafted in a certain way that allows it to recall the backed-up content from another Text section.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-67919 - Halo Remote Code Execution Vulnerability

CVE ID :CVE-2026-67919
Published : Aug. 17, 2026, 11:16 p.m. | 43 minutes ago
Description :An issue in Halo 2.25.4 allows a remote attacker to execute arbitrary code via the PluginEndpoint.java, installFromUri method, and DefaultPluginApplicationContextFactory components
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...