LiveActive security incident?Get immediate response
CVE Record

CVE-2026-55576: MaaAssistantArknights: PR-title expression injection in release-preparation.yml

MaaAssistantArknights is a one-click tool for daily Arknights tasks. In the current dev-v2 workflow, .github/workflows/release-preparation.yml inlined attacker-controlled github.event.pull_request.title into a run: shell command during the pull_request opened, reopened, and ready_for_review events, so a non-draft fork PR whose title starts with Release v could execute shell commands on the ubuntu-latest runner during the generate-changelog job. This vulnerability is fixed by commit cafc3946059e6337d2089d4fec8b6885ba17c332.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw let an outside contributor trigger shell command execution in a GitHub Actions release-preparation workflow by opening a specially titled pull request. The risk is mainly CI/CD compromise for the MaaAssistantArknights repository, not direct compromise of deployed user systems.

Executive priority

Treat as high priority for affected maintainers because it impacts CI/CD integrity and could let untrusted contributors run commands in automation. Prioritize patching before accepting external release-themed pull requests.

Technical view

The vulnerable workflow inlined github.event.pull_request.title into a run shell command during pull_request opened, reopened, and ready_for_review events. A non-draft fork PR whose title began with Release v could execute commands on the ubuntu-latest runner in generate-changelog. Fixed by commit cafc3946059e6337d2089d4fec8b6885ba17c332.

Likely exposure

Exposure is limited to MaaAssistantArknights repositories or forks using the vulnerable dev-v2 release-preparation.yml before the fixed commit. Organizations not running this workflow pattern are not indicated as affected by the sources.

Exploitation context

The source bundle does not show KEV listing or confirmed active exploitation. Exploitation required opening or reopening a qualifying non-draft fork pull request with a matching title pattern against the affected workflow.

Researcher notes

The key boundary failure is untrusted PR metadata crossing into shell execution. Evidence supports CWE-78 and CWE-94. The bundle identifies the trigger conditions and fixed commit, but does not provide confirmed exploitation, exposed secrets, or downstream package compromise.

Mitigation direction

  • Apply commit cafc3946059e6337d2089d4fec8b6885ba17c332 or a vendor release containing it.
  • Check the GitHub security advisory for any updated vendor guidance.
  • Remove direct shell interpolation of pull request titles in workflows.
  • Review forks or long-lived branches for copied vulnerable workflow logic.

Validation and detection

  • Confirm the repository includes commit cafc3946059e6337d2089d4fec8b6885ba17c332 or equivalent workflow changes.
  • Inspect release-preparation.yml for pull request title use inside run shell commands.
  • Review recent GitHub Actions runs from fork pull requests with titles beginning Release v.
  • Check whether generate-changelog ran on opened, reopened, or ready_for_review pull_request events.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-55576 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:L/SC:N/SI:N/SA:NGitHub_M

Vulnerability scoring details

Base CVSS 4.0 score

8.8High
CVSS 4.0 vector shape for CVE-2026-55576Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MaaAssistantArknightsMaaAssistantArknights< cafc3946059e6337d2089d4fec8b6885ba17c332Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.