jvndb-2025-005050
Vulnerability from jvndb
Published
2025-05-15 18:11
Modified
2025-05-15 18:11
Severity ?
Summary
Multiple vulnerabilities in a-blog cms
Details
a-blog cms provided by appleple inc. contains multiple vulnerabilities listed below. <ul> <li>Path traversal (CWE-22)</li> <ul> <li>CVE-2025-27566</li> <li>This is an issue with insufficient path validation in the backup feature, and exploitation requires the administrator privilege</li> </ul> <li>Cross-site scripting (CWE-79)</li> <ul> <li>CVE-2025-32999</li> <li>This issue exists in a specific field in the entry editing screen, and exploitation requires contributor or higher level privileges</li> </ul> <li>Server-side request forgery (CWE-918)</li> <ul><li>CVE-2025-36560</li></ul> <li>Improper output neutralization for logs (CWE-117)</li> <ul><li>CVE-2025-41429</li></ul> CVE-2025-27566, CVE-2025-32999 haidv35 (Dinh Viet Hai) reported these vulnerabilities to the developer and coordinated. After the coordination was completed, haidv35 (Dinh Viet Hai) reported the case to JPCERT/CC to notify users of the solution through JVN. CVE-2025-36560, CVE-2025-41429 vcth4nh from VCSLab of Viettel Cyber Security (Vu Chi Thanh) reported these vulnerabilities to JPCERT/CC. JPCERT/CC coordinated with the developer.
Impacted products
appleple inc.a-blog cms
Show details on JVN DB website


{
  "@rdf:about": "https://jvndb.jvn.jp/en/contents/2025/JVNDB-2025-005050.html",
  "dc:date": "2025-05-15T18:11+09:00",
  "dcterms:issued": "2025-05-15T18:11+09:00",
  "dcterms:modified": "2025-05-15T18:11+09:00",
  "description": "a-blog cms provided by appleple inc. contains multiple vulnerabilities listed below.\r\n\r\n\u003cul\u003e\r\n\u003cli\u003ePath traversal (CWE-22)\u003c/li\u003e\r\n\u003cul\u003e\r\n\u003cli\u003eCVE-2025-27566\u003c/li\u003e\r\n\u003cli\u003eThis is an issue with insufficient path validation in the backup feature, and exploitation requires the administrator privilege\u003c/li\u003e\r\n\u003c/ul\u003e\r\n\r\n\u003cli\u003eCross-site scripting (CWE-79)\u003c/li\u003e\r\n\u003cul\u003e\r\n\u003cli\u003eCVE-2025-32999\u003c/li\u003e\r\n\u003cli\u003eThis issue exists in a specific field in the entry editing screen, and exploitation requires contributor or higher level privileges\u003c/li\u003e\r\n\u003c/ul\u003e\r\n\r\n\u003cli\u003eServer-side request forgery (CWE-918)\u003c/li\u003e\r\n\u003cul\u003e\u003cli\u003eCVE-2025-36560\u003c/li\u003e\u003c/ul\u003e\r\n\r\n\u003cli\u003eImproper output neutralization for logs (CWE-117)\u003c/li\u003e\r\n\u003cul\u003e\u003cli\u003eCVE-2025-41429\u003c/li\u003e\u003c/ul\u003e\r\n\r\nCVE-2025-27566, CVE-2025-32999\r\nhaidv35 (Dinh Viet Hai) reported these vulnerabilities to the developer and coordinated. After the coordination was completed, haidv35 (Dinh Viet Hai) reported the case to JPCERT/CC to notify users of the solution through JVN.\r\n\r\nCVE-2025-36560, CVE-2025-41429\r\nvcth4nh from VCSLab of Viettel Cyber Security (Vu Chi Thanh) reported these vulnerabilities to JPCERT/CC. JPCERT/CC coordinated with the developer.",
  "link": "https://jvndb.jvn.jp/en/contents/2025/JVNDB-2025-005050.html",
  "sec:cpe": {
    "#text": "cpe:/a:appleple:a-blog_cms",
    "@product": "a-blog cms",
    "@vendor": "appleple inc.",
    "@version": "2.2"
  },
  "sec:cvss": {
    "@score": "8.6",
    "@severity": "High",
    "@type": "Base",
    "@vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
    "@version": "3.0"
  },
  "sec:identifier": "JVNDB-2025-005050",
  "sec:references": [
    {
      "#text": "https://jvn.jp/en/vu/JVNVU90760614/index.html",
      "@id": "JVNVU#90760614",
      "@source": "JVN"
    },
    {
      "#text": "https://www.cve.org/CVERecord?id=CVE-2025-27566",
      "@id": "CVE-2025-27566",
      "@source": "CVE"
    },
    {
      "#text": "https://www.cve.org/CVERecord?id=CVE-2025-32999",
      "@id": "CVE-2025-32999",
      "@source": "CVE"
    },
    {
      "#text": "https://www.cve.org/CVERecord?id=CVE-2025-36560",
      "@id": "CVE-2025-36560",
      "@source": "CVE"
    },
    {
      "#text": "https://www.cve.org/CVERecord?id=CVE-2025-41429",
      "@id": "CVE-2025-41429",
      "@source": "CVE"
    },
    {
      "#text": "https://cwe.mitre.org/data/definitions/117.html",
      "@id": "CWE-117",
      "@title": "Improper Output Neutralization for Logs(CWE-117)"
    },
    {
      "#text": "https://www.ipa.go.jp/en/security/vulnerabilities/cwe.html",
      "@id": "CWE-22",
      "@title": "Path Traversal(CWE-22)"
    },
    {
      "#text": "https://www.ipa.go.jp/en/security/vulnerabilities/cwe.html",
      "@id": "CWE-79",
      "@title": "Cross-site Scripting(CWE-79)"
    },
    {
      "#text": "https://cwe.mitre.org/data/definitions/918.html",
      "@id": "CWE-918",
      "@title": "Server-Side Request Forgery (SSRF)(CWE-918)"
    }
  ],
  "title": "Multiple vulnerabilities in a-blog cms"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...
  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.