Skip to content

[GHSA-cjmh-96m9-g6qr] ColdFusion versions 2025.4, 2023.16, 2021.22 and earlier...#6525

Closed
CosmicJesterX wants to merge 1 commit intoCosmicJesterX/advisory-improvement-6525from
CosmicJesterX-GHSA-cjmh-96m9-g6qr
Closed

[GHSA-cjmh-96m9-g6qr] ColdFusion versions 2025.4, 2023.16, 2021.22 and earlier...#6525
CosmicJesterX wants to merge 1 commit intoCosmicJesterX/advisory-improvement-6525from
CosmicJesterX-GHSA-cjmh-96m9-g6qr

Conversation

@CosmicJesterX
Copy link

Updates

  • Affected products
  • Summary

Comments
pslplspls

@github-actions github-actions bot changed the base branch from main to CosmicJesterX/advisory-improvement-6525 December 10, 2025 05:56
@CosmicJesterX

This comment was marked as spam.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates a GitHub Security Advisory for a ColdFusion deserialization vulnerability (CVE-2025-61810). The changes add metadata about affected products and a summary field to provide more complete vulnerability information.

  • Added a "summary" field with the value "Urgent"
  • Populated the "affected" array with package information for Packagist ecosystem
  • Updated the "modified" timestamp to reflect the changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +20 to +21
"ecosystem": "Packagist",
"name": ""
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package name is empty in the affected products section. The "name" field should specify the actual package name for ColdFusion in the Packagist ecosystem, or the ecosystem should be changed to match the appropriate package manager for ColdFusion. ColdFusion is typically distributed by Adobe and may not be in Packagist at all. Consider using the correct ecosystem (e.g., "adobe" or a custom ecosystem) or removing this entry if package information is unavailable.

Suggested change
"ecosystem": "Packagist",
"name": ""
"ecosystem": "adobe",
"name": "coldfusion"

Copilot uses AI. Check for mistakes.
Comment on lines +28 to +30
"introduced": "0"
}
]
Copy link

Copilot AI Dec 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The affected version range is incomplete. According to the details field, ColdFusion versions 2025.4, 2023.16, 2021.22 and earlier are affected, but the current range specification only has an "introduced": "0" event without any upper bound or specific version information. This makes the advisory too broad and potentially inaccurate. Consider adding proper version constraints that match the vulnerability description (e.g., version ranges for 2021.x ≤ 2021.22, 2023.x ≤ 2023.16, and 2025.x ≤ 2025.4).

Suggested change
"introduced": "0"
}
]
"introduced": "2021.0"
},
{
"fixed": "2021.23"
}
]
},
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2023.0"
},
{
"fixed": "2023.17"
}
]
},
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2025.0"
},
{
"fixed": "2025.5"
}
]

Copilot uses AI. Check for mistakes.
@shelbyc
Copy link
Contributor

shelbyc commented Dec 10, 2025

Hi @CosmicJesterX, I'm closing this PR because Adobe ColdFusion is a proprietary product and not part of one of the GitHub Advisory Database's supported ecosystems. Thank you for your interest in GHSA-cjmh-96m9-g6qr.

@shelbyc shelbyc closed this Dec 10, 2025
@github-actions github-actions bot deleted the CosmicJesterX-GHSA-cjmh-96m9-g6qr branch December 10, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants