"-Synchronized-Data."

This commit is contained in:
CVE Team 2019-11-26 03:02:04 +00:00
parent c724e093db
commit d0c0e521ad
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
3 changed files with 179 additions and 9 deletions

View File

@ -1,8 +1,31 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2011-3609",
"STATE": "RESERVED"
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "JBoss Application Server",
"product": {
"product_data": [
{
"product_name": "JBoss Application Server",
"version": {
"version_data": [
{
"version_value": "7 before 7.1.0"
}
]
}
}
]
}
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
@ -11,7 +34,43 @@
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "A CSRF issue was found in JBoss Application Server 7 before 7.1.0. JBoss did not properly restrict access to the management console information (for example via the \"Access-Control-Allow-Origin\" HTTP access control flag). This can lead to unauthorized information leak if a user with admin privileges visits a specially-crafted web page provided by a remote attacker."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-Site Request Forgery "
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://security-tracker.debian.org/tracker/CVE-2011-3609",
"refsource": "MISC",
"name": "https://security-tracker.debian.org/tracker/CVE-2011-3609"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3609",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3609"
},
{
"url": "https://access.redhat.com/security/cve/cve-2011-3609",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/cve-2011-3609"
},
{
"refsource": "MISC",
"name": "https://www.securityfocus.com/bid/50888",
"url": "https://www.securityfocus.com/bid/50888"
}
]
}

View File

@ -1,8 +1,31 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2011-3617",
"STATE": "RESERVED"
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Tahoe-LAFS",
"product": {
"product_data": [
{
"product_name": "Tahoe-LAFS",
"version": {
"version_data": [
{
"version_value": "v1.3.0 through v1.8.2"
}
]
}
}
]
}
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
@ -11,7 +34,38 @@
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Tahoe-LAFS v1.3.0 through v1.8.2 could allow unauthorized users to delete immutable files in some cases."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Other"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://security-tracker.debian.org/tracker/CVE-2011-3617",
"refsource": "MISC",
"name": "https://security-tracker.debian.org/tracker/CVE-2011-3617"
},
{
"url": "https://access.redhat.com/security/cve/cve-2011-3617",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/cve-2011-3617"
},
{
"refsource": "MISC",
"name": "https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3617.html",
"url": "https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3617.html"
}
]
}

View File

@ -1,8 +1,34 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2011-3624",
"STATE": "RESERVED"
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Ruby",
"product": {
"product_data": [
{
"product_name": "Ruby",
"version": {
"version_data": [
{
"version_value": "1.9.2"
},
{
"version_value": "1.8.7 and earlier"
}
]
}
}
]
}
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
@ -11,7 +37,38 @@
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Various methods in WEBrick::HTTPRequest in Ruby 1.9.2 and 1.8.7 and earlier do not validate the X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server headers in requests, which might allow remote attackers to inject arbitrary text into log files or bypass intended address parsing via a crafted header."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "UNKNOWN_TYPE"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://security-tracker.debian.org/tracker/CVE-2011-3624",
"refsource": "MISC",
"name": "https://security-tracker.debian.org/tracker/CVE-2011-3624"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3624",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3624"
},
{
"url": "https://access.redhat.com/security/cve/cve-2011-3624",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/cve-2011-3624"
}
]
}