Mitigations for Hashjack vulnerability? #952
TheGermanGeologist
started this conversation in
General
Replies: 2 comments
|
I think safety should be prioritised here, but it's not a clear cut solution since llms eat up everything. Maybe adding a safeguard model to scan the end results could help? eg: https://huggingface.co/openai/gpt-oss-safeguard-20b |
0 replies
|
Interesting suggestion.
Haven't used typescript or searxng before, but I think I'll find my way around the backend. The WebUI part, I'm less hopeful. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I was wondering if any mitigations for the hashjack vulnerability are planned.
As far as I understand it, without agentic tools this mainly works through social engineering and getting you to click on things that you shouldn't be clicking on, so immediate catastrophic consequences are unlikely, but injection of malicious information or links into the AI's response affects all AI tools that browse the web and synthesize information. So it could become a problem when clicking on a source link that Perplexica returns.
Any plans for patching this? And in the meantime, any suggestions to minimize the risk? I've added a system prompt telling the model to ignore all instructions it encounters while browsing the web, but I think that's a weak defense tbh.
Thanks
All reactions