Update to v2.7.7 - Critical Security Fix

This commit is contained in:
root
2025-09-22 17:43:29 +00:00
parent 3c537924ce
commit afdca1c616

View File

@@ -1,11 +1,11 @@
{
"latest": "2.7.6",
"stable": "2.7.6",
"latest": "2.7.7",
"stable": "2.7.7",
"minimum_supported": "2.0.0",
"update_channel": "stable",
"last_updated": "2025-09-22T05:50:00Z",
"last_updated": "2025-09-22T10:30:00Z",
"update_server": "http://git.powerdata.dk:3000/masterdraco/IPTV-Updates",
"critical_updates": ["2.7.3", "2.7.5"],
"critical_updates": ["2.7.3", "2.7.5", "2.7.7"],
"available_patches": {
"2.7.3": {
"name": "Fix duplicate Hardware IDs on cloned VMs",
@@ -16,6 +16,13 @@
"name": "Fix VOD import error",
"critical": true,
"file": "v2.7.5.patch"
},
"2.7.7": {
"name": "Critical Security Fix - Hardware ID Isolation",
"critical": true,
"severity": "critical",
"file": "v2.7.7.json",
"description": "Fixes critical vulnerability where Hardware IDs were synchronized between servers through Redis"
}
}
}