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

Apache OFBiz <12.12.18 路径遍历漏洞 #391

Open
y1ong opened this issue Feb 29, 2024 · 0 comments
Open

Apache OFBiz <12.12.18 路径遍历漏洞 #391

y1ong opened this issue Feb 29, 2024 · 0 comments
Labels

Comments

@y1ong
Copy link
Owner

y1ong commented Feb 29, 2024

漏洞描述

Apache OFBiz 是一个开源的企业资源计划系统。
Apache OFBiz 中由于未充分验证用户输入的 contextPath 而导致存在路径遍历漏洞,未授权的攻击者可以通过构造恶意请求绕过认证,进而访问系统中的资源。修复代码通过将contextPath转换为一个URI对象,并调用.normalize()方法来规范化路径,从而防止路径遍历。

参考链接

  1. https://www.oscs1024.com/hd/MPS-rfy8-vc9m
  2. https://issues.apache.org/jira/browse/OFBIZ-12894
  3. apache/ofbiz-framework@0d9ac6e
  4. https://seclists.org/oss-sec/2024/q1/177
@y1ong y1ong added the vuln label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant