Compare commits

...

1 Commits

Author SHA1 Message Date
root afdca1c616 Update to v2.7.7 - Critical Security Fix 2025-09-22 17:43:29 +00:00
+11 -4
View File
@@ -1,11 +1,11 @@
{ {
"latest": "2.7.6", "latest": "2.7.7",
"stable": "2.7.6", "stable": "2.7.7",
"minimum_supported": "2.0.0", "minimum_supported": "2.0.0",
"update_channel": "stable", "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", "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": { "available_patches": {
"2.7.3": { "2.7.3": {
"name": "Fix duplicate Hardware IDs on cloned VMs", "name": "Fix duplicate Hardware IDs on cloned VMs",
@@ -16,6 +16,13 @@
"name": "Fix VOD import error", "name": "Fix VOD import error",
"critical": true, "critical": true,
"file": "v2.7.5.patch" "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"
} }
} }
} }