Skip to content

Commit 0f9ea51

Browse files
author
“threedr3am”
committed
op
1 parent 1cb4a58 commit 0f9ea51

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

fastjson/src/main/java/com/threedr3am/bug/fastjson/AnterosPoc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.threedr3am.bug.common.server.LdapServer;
66

77
/**
8-
* fastjson <= 1.2.62 RCE,需要开启AutoType
8+
* fastjson <= 1.2.62 RCE,需要开启AutoType (report by threedr3am to 阿里云先知众测 - 内部已知)
99
*
1010
* Anteros-DBCP依赖的gadget
1111
*

fastjson/src/main/java/com/threedr3am/bug/fastjson/IbatisSqlmapPoc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.threedr3am.bug.common.server.LdapServer;
66

77
/**
8-
* fastjson <= 1.2.62 RCE,需要开启AutoType
8+
* fastjson <= 1.2.62 RCE,需要开启AutoType (report by threedr3am to 阿里云先知众测 - 内部已知)
99
*
1010
* <dependency>
1111
* <groupId>org.apache.ibatis</groupId>

fastjson/src/main/java/com/threedr3am/bug/fastjson/JndiConverterPoc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.threedr3am.bug.common.server.LdapServer;
66

77
/**
8-
* fastjson <= 1.2.62 RCE,需要开启AutoType
8+
* fastjson <= 1.2.62 RCE,需要开启AutoType (report by threedr3am to ASRC)
99
*
1010
* Jackson-databind的CVE-2020-8840 gadget与Fastjson通用
1111
*

jackson/src/main/java/com/threedr3am/bug/jackson/AnterosPoc.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
/**
88
*
9-
* jackson-databind <= 2.10.2 and <= 2.9.10.3 RCE,需要开启DefaultType (reported by threedr3am to the authorities)
9+
* jackson-databind <= 2.10.2 and <= 2.9.10.3 RCE,需要开启DefaultType (reported by threedr3am & V1ZkRA)
10+
*
11+
* CVE-2020-9547, CVE-2020-9548
1012
*
1113
* <dependency>
1214
* <groupId>com.codahale.metrics</groupId>

jackson/src/main/java/com/threedr3am/bug/jackson/HadoopHikariConfigPoc.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
/**
88
*
9-
* jackson-databind <= 2.9.10.3 and <= 2.10.2 RCE,需要开启DefaultType (reported by threedr3am to the authorities)
9+
* jackson-databind <= 2.9.10.3 and <= 2.10.2 RCE,需要开启DefaultType (reported by threedr3am & LFY)
10+
*
11+
* CVE-2020-9546
1012
*
1113
* <dependency>
1214
* <groupId>org.apache.hadoop</groupId>

jackson/src/main/java/com/threedr3am/bug/jackson/IbatisSqlmapPoc.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
/**
88
*
9-
* jackson-databind <= 2.9.10.3 RCE,需要开启DefaultType (reported by threedr3am to the authorities)
9+
* jackson-databind <= 2.9.10.3 RCE,需要开启DefaultType (reported by threedr3am & V1ZkRA)
10+
*
11+
* CVE-2020-9547, CVE-2020-9548
1012
*
1113
* <dependency>
1214
* <groupId>org.apache.ibatis</groupId>

jackson/src/main/java/com/threedr3am/bug/jackson/JndiConverterPoc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
*
9-
* jackson-databind <= 2.10.2 RCE,需要开启DefaultType (reported by threedr3am to the authorities)
9+
* jackson-databind <= 2.10.2 RCE,需要开启DefaultType (reported by threedr3am)
1010
*
1111
* CVE-2020-8840
1212
*

0 commit comments

Comments
 (0)