feat(epon): F-MDCONU3A — add CLI permission bypass, full command reference, firmware flash protocol#443
Open
abeljouve wants to merge 2 commits intohack-gpon:mainfrom
Open
Conversation
…, firmware flash protocol Adds extensive reverse-engineering findings for the Free/Iliad F-MDCONU3A (BCM55030 10G-EPON ONU) from static analysis of the v3.2.9 firmware binary: - CLI permission system: pl built-in command bypasses all permission checks, pl omega gives full manufacturing access (level 2) from default UART shell - Complete CLI command tree at all 3 permission levels (level 0: ~60 cmds, level 1: +20, level 2: +25) - Firmware flash protocol (load/rx): raw binary transfer over UART at 57600 baud, TKF container format with trailing CRC32 - Hardware architecture details: Harvard ARC (ICCM/DCCM), firmware structure, FDS personality records - Expanded flash memory map with all 5 regions including FDS/Config - Filled in missing hardware specs (bootloader, system, load addr, RAM, chipset rev) All findings from Ghidra static analysis (2697 functions named). No proprietary documentation was used.
…rence, firmware flash protocol Adds extensive reverse-engineering findings for the Free/Iliad F-MDCONU3A (BCM55030 10G-EPON ONU) from static analysis of the v3.2.9 firmware binary: - CLI permission system: pl built-in command bypasses all permission checks, pl omega gives full manufacturing access (level 2) from default UART shell - Complete CLI command tree at all 3 permission levels with inline descriptions (level 0: ~60 cmds, level 1: +20, level 2: +25) - Full CLI command reference: syntax, arguments, and descriptions for every command, organized by category (system, EPON/MAC, MPCP, memory, stats, firmware/flash, FDS, alarms/debug, multicast, SerDes, MACsec) - PON speed mode encoding table (1G/1G, 2G/1G, 10G/1G, 10G/10G) - Firmware flash protocol (load/rx): raw binary transfer over UART at 57600 baud, TKF container format with trailing CRC32 - Hardware architecture details: Harvard ARC (ICCM/DCCM), firmware structure, FDS personality records - Expanded flash memory map with all 5 regions including FDS/Config - Filled in missing hardware specs (bootloader, system, load addr, RAM, chipset) - Corrected mcast/ command tree (domains/groups/sources/reporters don't exist in the v3.2.9 binary — only igmpinfo and igmpsources are confirmed) - Added serdesTestInit and serdesRx to level 0 serdes/ tree All findings from Ghidra static analysis (2697 functions named). No proprietary documentation was used.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds extensive reverse-engineering findings for the Free/Iliad F-MDCONU3A
(BCM55030 10G-EPON ONU):
plbuilt-in command bypasses allpermission checks.
pl omegagives full manufacturing access (level 2)from the default UART shell, no password required.
descriptions (~60 level 0 + ~20 level 1 + ~25 level 2 commands).
every command organized by category (system, EPON, MPCP, memory, stats,
firmware, FDS, debug, multicast, SerDes, MACsec).
load/rx): raw binary transfer over UARTat 57600 baud, TKF container format with trailing CRC32.
structure, FDS personality records.
mcast/subtree:domains/groups/sources/reportersdo not exist in the v3.2.9 binary (only
igmpinfoandigmpsources).All findings are from static analysis of the v3.2.9 firmware binary in
Ghidra (2697 functions fully named). No proprietary documentation was used.