You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "In Spring Cloud Function versions 3.1.6, 3.2.2 and older unsupported versions, when using routing functionality it is possible for a user to provide a specially crafted SpEL as a routing-expression that may result in remote code execution and access to local resources.",
Copy file name to clipboardexpand all lines: pkg/vulnloader/nvdloader/manual.go
+83
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,89 @@ var manuallyEnrichedVulns = map[string]*schema.NVDCVEFeedJSON10DefCVEItem{
297
297
LastModifiedDate: "2022-03-16T00:00Z",
298
298
PublishedDate: "2022-03-16T00:00Z",
299
299
},
300
+
"CVE-2022-22963": {
301
+
CVE: &schema.CVEJSON40{
302
+
CVEDataMeta: &schema.CVEJSON40CVEDataMeta{
303
+
ID: "CVE-2022-22963",
304
+
},
305
+
DataFormat: "MITRE",
306
+
DataType: "CVE",
307
+
DataVersion: "4.0",
308
+
Description: &schema.CVEJSON40Description{
309
+
DescriptionData: []*schema.CVEJSON40LangString{
310
+
{
311
+
Lang: "en",
312
+
Value: `In Spring Cloud Function versions 3.1.6, 3.2.2 and older unsupported versions, when using routing functionality it is possible for a user to provide a specially crafted SpEL as a routing-expression that may result in remote code execution and access to local resources.`,
0 commit comments