Description
MoguBlog through 6.2 contains an authorization bypass vulnerability in the POST /pictureSort/getPictureSortByUid endpoint, which omits the @AuthorityVerify annotation required to enforce role-based permissions. Authenticated back-office users without image-category permissions can supply a category uid to retrieve restricted image-category records including metadata such as name, cover file uid, sort order and timestamps.
Published: 2026-09-11
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized disclosure of image-category metadata
Action: Immediate Patch
AI Analysis

Impact

A missing authorization guard on the POST /pictureSort/getPictureSortByUid endpoint allows an authenticated back‑office user who lacks image‑category permissions to supply a category uid and retrieve restricted image‑category records, including names, cover images, sort order, and timestamps. The flaw is a direct instance of improper authorization (CWE‑862) and results in unauthorized data disclosure rather than code execution. The attacker gains visibility into organizational image data and can use the returned metadata to map internal structures or facilitate further attacks if additional credentials are compromised.

Affected Systems

The vulnerability affects MoguBlog versions up to and including 6.2. Users running any 6.x release from the start of the 6.x series through 6.2 are potentially impacted. The specific product is MoguBlog, maintained by the Moxi624 project. Versions earlier than 6.3 contain the vulnerability; later releases have remedied the missing annotation.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate potential impact, largely limited to data exposure. Because the attack requires an authenticated back‑office user, an adversary must first compromise legitimate credentials or obtain access to a back‑office account. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalogue, suggesting no currently known public exploitation. Nonetheless, the lack of role verification poses a tangible risk to confidentiality for organizations that rely on strict separation of image‑category management. The likely attack vector is through normal application usage by an insider or credentialed attacker, making it easier to discover and exploit without external network barriers.

Generated by OpenCVE AI on September 11, 2026 at 16:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch or upgrade to MoguBlog 6.3 or later to restore the @AuthorityVerify annotation on the PictureSortRestApi endpoint
  • Update deployment configurations to restrict POST /pictureSort/getPictureSortByUid to users with explicit image‑category permissions
  • If a patch is unavailable, temporarily disable or block the getPictureSortByUid endpoint using the application’s firewall or routing rules to prevent unauthorized access

Generated by OpenCVE AI on September 11, 2026 at 16:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description MoguBlog through 6.2 contains an authorization bypass vulnerability in the POST /pictureSort/getPictureSortByUid endpoint, which omits the @AuthorityVerify annotation required to enforce role-based permissions. Authenticated back-office users without image-category permissions can supply a category uid to retrieve restricted image-category records including metadata such as name, cover file uid, sort order and timestamps.
Title MoguBlog through 6.2 Missing Authorization on the Admin getPictureSortByUid Endpoint
First Time appeared Mogublog Project
Mogublog Project mogublog
Weaknesses CWE-862
CPEs cpe:2.3:a:mogublog_project:mogublog:*:*:*:*:*:*:*:*
Vendors & Products Mogublog Project
Mogublog Project mogublog
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Mogublog Project Mogublog
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-11T15:25:19.349Z

Reserved: 2026-09-11T10:52:56.668Z

Link: CVE-2026-89265

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-11T16:17:51.337

Modified: 2026-09-11T17:35:21.440

Link: CVE-2026-89265

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T16:45:14Z

Weaknesses