Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limiting In-app Navigation #86

Open
masood opened this issue Nov 8, 2023 · 0 comments
Open

Limiting In-app Navigation #86

masood opened this issue Nov 8, 2023 · 0 comments

Comments

@masood
Copy link

masood commented Nov 8, 2023

Summary:
Thank you for designing the Free Chess Club Desktop Application and making it open source and available. The application does a great job of using secure web preferences. However, We list pointers of concern below that can help make the application more secure.

  1. Open the Free Chess Club Desktop Application from the command-line. Add a command-line switch --remote-debugging-port=8315 while running the application.
  2. Open a web browser on the same device and visit localhost:8315. The application can be interacted with via the DevTools protocol.
  3. [Access Arbitrary File] Within the console, update the location, say, `window.open(“file:///path/to/file”). The file at the given path is opened in a new window.
  4. [Chrome/V8 Bugs]: The application can benefit from opening links outside of the application. Currently, clicking a link opens a site within a new window in the application. In the past, these have been known to be used to perform RCE by taking advantage of bugs within Chrome’s V8/Blink. [Link]

Thank you!

Platform(s) Affected:
Windows, MacOS


Mir Masood Ali, PhD student, University of Illinois at Chicago
Mohammad Ghasemisharif, PhD Candidate, University of Illinois at Chicago
Chris Kanich, Associate Professor, University of Illinois at Chicago
Jason Polakis, Associate Professor, University of Illinois at Chicago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant