
This repository documents an unauthenticated GPON manipulation vulnerability discovered in certain Arcadyan routers.
This repository documents an unauthenticated vulnerability discovered in LiveboxFibra Arcadyan routers distributed by Orange and Jazztel in Spain (PRV3399B_B_LT). The issue lies in the ability to extract and modify the GPON link value via the /cgi/cgi_authpage.js and /firstconnection.cgi endpoints without authentication.
/cgi/cgi_authpage.js
slid_value parameter, which contains the GPON link value in hexadecimal format. This can be accessed without authentication, leading to an information disclosure./firstconnection.cgi
https://<router-ip>/cgi/cgi_authpage.js
slid_value parameter in the JSON response to obtain the GPON password in hexadecimal format./firstconnection.cgi with the following payload:
GO=firstconnection.htm&pws=<BASE64_HEX_GPON_PWD>&GO=firstconnection.htm
<BASE64_HEX_GPON_PWD> with the desired GPON value, encoded in hexadecimal and then in base64.Content-Type header to text/plain;charset=UTF-8.Refer to the change ONT value PoC Script or check ONT value PoC Script for automating these steps.
/cgi/cgi_authpage.js and /firstconnection.htm endpoints.This repository is intended for educational and research purposes only. Do not use this information to exploit devices without authorization. Always act responsibly and ethically.
For more information or to report additional findings, please contact the repository owner or send email to [email protected]