TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Exploiting CSRF against search with Lucene

23 点作者 bobedybobbob超过 9 年前

3 条评论

Illniyar超过 9 年前
So the article suggests using a timkng attack on a Lucene searchbox to determine if an item exists or not (at least thats what I gather).<p>Considering most likely the searchbox will already tell youif something exists, whats the purpose?<p>I think I&#x27;m missing something here.
评论 #10213703 未加载
评论 #10212650 未加载
chatman超过 9 年前
Lucene has no HTTP interface of its own. This is not a Lucene security issue.
100k超过 9 年前
Another excellent reason to write your own query parser instead of using Lucene&#x27;s. Lucene&#x27;s query parser is way too powerful to expose to end users.
评论 #10212722 未加载