forked from CVEProject/cvelistV5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1 new CVEs: CVE-2025-27508 - 5 updated CVEs: CVE-2020-5026, CVE-2023-0193, CVE-2023-25806, CVE-2023-26046, CVE-2023-26477
- Loading branch information
cvelistV5 Github Action
committed
Mar 5, 2025
1 parent
83b08da
commit 8776f22
Showing
6 changed files
with
257 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.1", | ||
"cveMetadata": { | ||
"cveId": "CVE-2025-27508", | ||
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", | ||
"state": "PUBLISHED", | ||
"assignerShortName": "GitHub_M", | ||
"dateReserved": "2025-02-26T18:11:52.306Z", | ||
"datePublished": "2025-03-05T21:32:42.470Z", | ||
"dateUpdated": "2025-03-05T21:32:42.470Z" | ||
}, | ||
"containers": { | ||
"cna": { | ||
"title": "Emissary Use of a Broken or Risky Cryptographic Algorithm", | ||
"problemTypes": [ | ||
{ | ||
"descriptions": [ | ||
{ | ||
"cweId": "CWE-327", | ||
"lang": "en", | ||
"description": "CWE-327: Use of a Broken or Risky Cryptographic Algorithm", | ||
"type": "CWE" | ||
} | ||
] | ||
} | ||
], | ||
"metrics": [ | ||
{ | ||
"cvssV3_1": { | ||
"attackComplexity": "LOW", | ||
"attackVector": "NETWORK", | ||
"availabilityImpact": "NONE", | ||
"baseScore": 7.5, | ||
"baseSeverity": "HIGH", | ||
"confidentialityImpact": "NONE", | ||
"integrityImpact": "HIGH", | ||
"privilegesRequired": "NONE", | ||
"scope": "UNCHANGED", | ||
"userInteraction": "NONE", | ||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", | ||
"version": "3.1" | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "https://github.com/NationalSecurityAgency/emissary/security/advisories/GHSA-hw43-fcmm-3m5g", | ||
"tags": [ | ||
"x_refsource_CONFIRM" | ||
], | ||
"url": "https://github.com/NationalSecurityAgency/emissary/security/advisories/GHSA-hw43-fcmm-3m5g" | ||
}, | ||
{ | ||
"name": "https://github.com/NationalSecurityAgency/emissary/commit/da3a81a8977577597ff2a944820a5ae4e9762368", | ||
"tags": [ | ||
"x_refsource_MISC" | ||
], | ||
"url": "https://github.com/NationalSecurityAgency/emissary/commit/da3a81a8977577597ff2a944820a5ae4e9762368" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"vendor": "NationalSecurityAgency", | ||
"product": "emissary", | ||
"versions": [ | ||
{ | ||
"version": "< 8.24.0", | ||
"status": "affected" | ||
} | ||
] | ||
} | ||
], | ||
"providerMetadata": { | ||
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", | ||
"shortName": "GitHub_M", | ||
"dateUpdated": "2025-03-05T21:32:42.470Z" | ||
}, | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "Emissary is a P2P based data-driven workflow engine. The ChecksumCalculator class within allows for hashing and checksum generation, but it includes or defaults to algorithms that are no longer recommended for secure cryptographic use cases (e.g., SHA-1, CRC32, and SSDEEP). These algorithms, while possibly valid for certain non-security-critical tasks, can expose users to security risks if used in scenarios where strong cryptographic guarantees are required. This issue is fixed in 8.24.0." | ||
} | ||
], | ||
"source": { | ||
"advisory": "GHSA-hw43-fcmm-3m5g", | ||
"discovery": "UNKNOWN" | ||
} | ||
} | ||
} | ||
} |