Lucene search
+L

1079 matches found

CNVD
CNVD
added 2015/11/23 12:0 a.m.6 views

Apache Commons Collections 'InvokerTransformer.java' Remote Code Execution Vulnerability

Apache Commons Collections extends or adds to the Java collections framework and is a component of Commons Proper. This component is a library of reusable Java components. A remote code execution vulnerability exists in Apache Commons Collections 'InvokerTransformer.java'. A remote attacker is...

8.5AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2015/11/23 12:0 a.m.1771 views

Oracle WebLogic Java Object Deserialization RCE

The remote Oracle WebLogic server is affected by a remote code execution vulnerability in the WLS Security component due to unsafe deserialize calls of unauthenticated Java objects to the Apache Commons Collections ACC library. An unauthenticated, remote attacker can exploit this to execute...

9.8CVSS8.6AI score0.96032EPSS
SaveExploits18References3
CNVD
CNVD
added 2015/11/23 12:0 a.m.6 views

IBM WebSphere Application Server Remote Code Execution Vulnerability

WebSphere is IBM's integrated software platform. IBM WebSphere Application Server is affected by an Apache Commons Collections remote code execution vulnerability that stems from data deserialization via constructs in the Java InvokerTransformer class. An attacker can exploit this vulnerability t...

10CVSS8.4AI score0.97655EPSS
SaveExploits10References1
RedHat Linux
RedHat Linux
added 2015/11/20 7:17 p.m.8 views

apache-commons-collections: InvokerTransformer code execution during deserialisation

It was found that the Apache commons-collections library permitted code execution when deserializing objects involving a specially constructed chain of classes. A remote attacker could use this flaw to execute arbitrary code with the permissions of the application using the commons-collections...

10CVSS8AI score0.83274EPSS
SaveExploits8References6
RedHat Linux
RedHat Linux
added 2015/11/20 7:17 p.m.58 views

Critical: Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 6.4 security update

Updated packages for the Apache commons-collections library for Red Hat JBoss Enterprise Application Platform 6.4, which fix one security issue, are now available for Red Hat Enterprise Linux 5, 6, and 7. Red Hat Product Security has rated this update as having Critical security impact. A Common...

10CVSS6.7AI score0.83274EPSS
SaveExploits8References3
RedHat Linux
RedHat Linux
added 2015/11/20 6:31 p.m.51 views

Critical: Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform security update

Updated packages for the Apache commons-collections library, which fix one security issue, are now available for Red Hat JBoss Enterprise Application Platform 6.1, 6.2, 6.3, and 6.4. Red Hat Product Security has rated this update as having Critical security impact. A Common Vulnerability Scoring...

10CVSS6.7AI score0.83274EPSS
SaveExploits8References7
RedHat Linux
RedHat Linux
added 2015/11/20 6:31 p.m.8 views

apache-commons-collections: InvokerTransformer code execution during deserialisation

It was found that the Apache commons-collections library permitted code execution when deserializing objects involving a specially constructed chain of classes. A remote attacker could use this flaw to execute arbitrary code with the permissions of the application using the commons-collections...

10CVSS8AI score0.83274EPSS
SaveExploits8References6
RedHat Linux
RedHat Linux
added 2015/11/20 6:30 p.m.39 views

Critical: Red Hat Security Advisory: Red Hat JBoss Data Grid 6.4.1 and 6.5.1 commons-collections security update

An updated package for the apache commons-collections library, fixing one security issue, is now available for Red Hat JBoss Data Grid 6.4.1 and 6.5.1 from the Red Hat Customer Portal. Red Hat Product Security has rated this update as having Critical security impact. A Common Vulnerability Scorin...

10CVSS6.7AI score0.83274EPSS
SaveExploits8References5
RedHat Linux
RedHat Linux
added 2015/11/20 6:30 p.m.9 views

apache-commons-collections: InvokerTransformer code execution during deserialisation

It was found that the Apache commons-collections library permitted code execution when deserializing objects involving a specially constructed chain of classes. A remote attacker could use this flaw to execute arbitrary code with the permissions of the application using the commons-collections...

10CVSS8AI score0.83274EPSS
SaveExploits8References6
Check Point Advisories
Check Point Advisories
added 2015/11/19 12:0 a.m.4 views

Jenkins Apache Commons Java Collections Library Remote Code Execution

A remote code execution vulnerability has been reported in the Apache Commons Java Collections Framework. A remote unauthenticated attacker may exploit this vulnerability by sending a crafted serialized object to an application which uses the Apache Commons Java Collections Framework as part of i...

4.1AI score
SaveExploits0
Check Point Advisories
Check Point Advisories
added 2015/11/19 12:0 a.m.15 views

WebLogic Apache Commons Java Collections Library Remote Code Execution (CVE-2015-4852)

A remote code execution vulnerability has been reported in the Apache Commons Java Collections Framework. A remote unauthenticated attacker may exploit this vulnerability by sending a crafted serialized object to an application which uses the Apache Commons Java Collections Framework as part of i...

7.5CVSS4.1AI score0.96032EPSS
SaveExploits18
Check Point Advisories
Check Point Advisories
added 2015/11/17 12:0 a.m.18 views

WebSphere Server and JBoss Platform Apache Commons Collections Remote Code Execution (CVE-2015-7501)

A remote code execution vulnerability has been reported in the Apache Commons Java Collections Framework. A remote unauthenticated attacker may exploit this vulnerability by sending a crafted serialized object to an application which uses the Apache Commons Java Collections Framework as part of i...

10CVSS4.1AI score0.83274EPSS
SaveExploits8
Tenable Nessus
Tenable Nessus
added 2015/11/17 12:0 a.m.178 views

Jenkins < 1.638 / 1.625.2 Java Object Deserialization RCE

The remote web server hosts a version of Jenkins or Jenkins Enterprise that is prior to 1.638 or 1.625.2. It is, therefore, affected by a flaw in the Apache Commons Collections ACC library that allows the deserialization of unauthenticated Java objects. An unauthenticated, remote attacker can...

9.8CVSS8.8AI score0.86714EPSS
SaveExploits12References5
seebug.org
seebug.org
added 2015/11/14 12:0 a.m.41 views

WebLogic “Java 反序列化”过程远程命令执行漏洞

漏洞原理 反序列化是指特定语言中将传递的对象序列化数据重新恢复为实例对象的过程,而在这个过程中会执行一系列的字节流解析和对象实例化操作用于恢复之前序列化时的对象。在原博文所提到的那些 Java 应用里都有特定的接口用于传递序列化对象数据,而在反序列化时并没有限制实例化对象的类型,导致可以任意构造应用中已经包含的对象利用反序列化操作进行实例化。 Java 在进行反序列化操作的时候会使用 ObjectInputStream 类调用 readObject...

7AI score
SaveExploits0
CERT
CERT
added 2015/11/13 12:0 a.m.429 views

Apache Commons Collections Java library insecurely deserializes data

Overview The Apache Commons Collections ACC library is vulnerable to insecure deserialization of data, which may result in arbitrary code execution. Java applications that either directly use ACC, or contain ACC in their classpath, may be vulnerable to arbitrary code execution. Description CWE-50...

9.8CVSS8.8AI score0.1807EPSS
SaveExploits1References18
CISA
CISA
added 2015/11/13 12:0 a.m.17 views

Apache Commons Collections Java Library Vulnerability

US-CERT is aware of a deserialization vulnerability in the Apache Commons Collections ACC Java library. Java applications that either directly use ACC, or contain ACC in their classpath, may be vulnerable to arbitrary code execution. US-CERT encourages users and administrators to review...

7.2AI score
SaveExploits0References1
myhack58
myhack58
added 2015/11/12 12:0 a.m.31 views

common-collections in Java deserialization vulnerability leads to RCE the principle of analysis-vulnerability warning-the black bar safety net

0x01 Java deserialization leads to the vulnerability principle and the PHP reverse sequence, as also is due to the user's input can control our incoming object. If the service end of the program not the user can control the serialization code to be verified but to directly deserialize to use, and...

0.1AI score
SaveExploits0
ThreatPost
ThreatPost
added 2015/11/10 9:7 a.m.14 views

Apache Commons Collections Unserialize Java Vulnerability

For close to 10 months, a critical vulnerability in a library found in most Java rollouts has been twisting in the wind, unpatched, and until this week without proof-of-concept exploits that people paid attention to. Two researchers with NTT Com Security changed that dynamic last week when they...

7.4AI score
SaveExploits0References5
seebug.org
seebug.org
added 2015/11/09 12:0 a.m.184 views

常见 Java Web 容器通用远程命令执行漏洞

漏洞概述 国外 FoxgLove 安全团队公开了一篇关于常见 Java Web 容器如何利用反序 列化操作进行远程命令执行的文章1,并在文章中提供了相应的利用工具。文中 所涉及到的 Java Web 容器有:WebSphere,JBoss,Jenkins,WebLogic 和 OpenNMS。 漏洞演示 使用文章中所提供的 Payload 生成工具 ysoserial2和 PoC3基于 common -collections 库生成序列化对象来对 JBoss 和 Jenkins 进行测试。成功远程命 令执行会在服务端 /tmp 目录下创建名为 isvuln 文件 2.1...

7AI score
SaveExploits0
Metasploit
Metasploit
added 2015/11/06 12:0 a.m.45 views

IBM WebSphere RCE Java Deserialization Vulnerability

This module exploits a vulnerability in IBM's WebSphere Application Server. An unsafe deserialization call of unauthenticated Java objects exists to the Apache Commons Collections ACC library, which allows remote arbitrary code execution. Authentication is not required in order to exploit this...

10CVSS7.2AI score0.97655EPSS
SaveExploits10
Rows per page
Query Builder