CVE-2013-7205 (GCVE-0-2013-7205)
Vulnerability from cvelistv5 – Published: 2014-01-14 18:00 – Updated: 2024-08-06 18:01
VLAI
Summary
Off-by-one error in the process_cgivars function in contrib/daemonchk.c in Nagios Core 3.5.1, 4.0.2, and earlier allows remote authenticated users to obtain sensitive information from process memory or cause a denial of service (crash) via a long string in the last key value in the variable list, which triggers a heap-based buffer over-read.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
6 references
| URL | Tags |
|---|---|
| http://www.securityfocus.com/bid/64489 | vdb-entryx_refsource_BID |
| http://www.mandriva.com/security/advisories?name=… | vendor-advisoryx_refsource_MANDRIVA |
| http://sourceforge.net/p/nagios/nagioscore/ci/d97… | x_refsource_CONFIRM |
| https://lists.debian.org/debian-lts-announce/2018… | mailing-listx_refsource_MLIST |
| http://www.openwall.com/lists/oss-security/2013/12/24/1 | mailing-listx_refsource_MLIST |
| http://secunia.com/advisories/55976 | third-party-advisoryx_refsource_SECUNIA |
Date Public
2013-12-20 00:00
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-06T18:01:20.131Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "64489",
"tags": [
"vdb-entry",
"x_refsource_BID",
"x_transferred"
],
"url": "http://www.securityfocus.com/bid/64489"
},
{
"name": "MDVSA-2014:004",
"tags": [
"vendor-advisory",
"x_refsource_MANDRIVA",
"x_transferred"
],
"url": "http://www.mandriva.com/security/advisories?name=MDVSA-2014:004"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "http://sourceforge.net/p/nagios/nagioscore/ci/d97e03f32741a7d851826b03ed73ff4c9612a866/"
},
{
"name": "[debian-lts-announce] 20181224 [SECURITY] [DLA 1615-1] nagios3 security update",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00014.html"
},
{
"name": "[oss-security] 20131224 Re: CVE request: denial of service in Nagios (process_cgivars())",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2013/12/24/1"
},
{
"name": "55976",
"tags": [
"third-party-advisory",
"x_refsource_SECUNIA",
"x_transferred"
],
"url": "http://secunia.com/advisories/55976"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"datePublic": "2013-12-20T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "Off-by-one error in the process_cgivars function in contrib/daemonchk.c in Nagios Core 3.5.1, 4.0.2, and earlier allows remote authenticated users to obtain sensitive information from process memory or cause a denial of service (crash) via a long string in the last key value in the variable list, which triggers a heap-based buffer over-read."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2018-12-25T10:57:01.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"name": "64489",
"tags": [
"vdb-entry",
"x_refsource_BID"
],
"url": "http://www.securityfocus.com/bid/64489"
},
{
"name": "MDVSA-2014:004",
"tags": [
"vendor-advisory",
"x_refsource_MANDRIVA"
],
"url": "http://www.mandriva.com/security/advisories?name=MDVSA-2014:004"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "http://sourceforge.net/p/nagios/nagioscore/ci/d97e03f32741a7d851826b03ed73ff4c9612a866/"
},
{
"name": "[debian-lts-announce] 20181224 [SECURITY] [DLA 1615-1] nagios3 security update",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00014.html"
},
{
"name": "[oss-security] 20131224 Re: CVE request: denial of service in Nagios (process_cgivars())",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "http://www.openwall.com/lists/oss-security/2013/12/24/1"
},
{
"name": "55976",
"tags": [
"third-party-advisory",
"x_refsource_SECUNIA"
],
"url": "http://secunia.com/advisories/55976"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2013-7205",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Off-by-one error in the process_cgivars function in contrib/daemonchk.c in Nagios Core 3.5.1, 4.0.2, and earlier allows remote authenticated users to obtain sensitive information from process memory or cause a denial of service (crash) via a long string in the last key value in the variable list, which triggers a heap-based buffer over-read."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "64489",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/64489"
},
{
"name": "MDVSA-2014:004",
"refsource": "MANDRIVA",
"url": "http://www.mandriva.com/security/advisories?name=MDVSA-2014:004"
},
{
"name": "http://sourceforge.net/p/nagios/nagioscore/ci/d97e03f32741a7d851826b03ed73ff4c9612a866/",
"refsource": "CONFIRM",
"url": "http://sourceforge.net/p/nagios/nagioscore/ci/d97e03f32741a7d851826b03ed73ff4c9612a866/"
},
{
"name": "[debian-lts-announce] 20181224 [SECURITY] [DLA 1615-1] nagios3 security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00014.html"
},
{
"name": "[oss-security] 20131224 Re: CVE request: denial of service in Nagios (process_cgivars())",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2013/12/24/1"
},
{
"name": "55976",
"refsource": "SECUNIA",
"url": "http://secunia.com/advisories/55976"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2013-7205",
"datePublished": "2014-01-14T18:00:00.000Z",
"dateReserved": "2013-12-23T00:00:00.000Z",
"dateUpdated": "2024-08-06T18:01:20.131Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2013-7205",
"date": "2026-05-31",
"epss": "0.02397",
"percentile": "0.85302"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:*:*:*:*:*:*:*:*\", \"versionEndIncluding\": \"4.0.2\", \"matchCriteriaId\": \"D6B3FCCE-CD72-42D2-9ED4-DE7E0F7D5770\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DDCA77EF-1020-4068-9CDC-5CF3B0CD66A7\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:alpha1:*:*:*:*:*:*\", \"matchCriteriaId\": \"751C46D5-877F-454B-8488-BBCA10CA4930\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:alpha2:*:*:*:*:*:*\", \"matchCriteriaId\": \"F4754494-17BE-496E-A7B8-453B3028CC45\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:alpha3:*:*:*:*:*:*\", \"matchCriteriaId\": \"CD15E8FA-04D3-4625-BEA5-9F5CC0337699\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:alpha4:*:*:*:*:*:*\", \"matchCriteriaId\": \"713C5F3E-AA57-4F52-AC0A-9B1F25C25580\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:alpha5:*:*:*:*:*:*\", \"matchCriteriaId\": \"690EA084-9E58-4226-B490-2969E6C6BEBC\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:beta1:*:*:*:*:*:*\", \"matchCriteriaId\": \"0AFABA9F-4A45-4150-AED1-897267076A32\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:beta2:*:*:*:*:*:*\", \"matchCriteriaId\": \"830BB564-82FD-4519-A8EA-DCDF74F2BC54\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:beta3:*:*:*:*:*:*\", \"matchCriteriaId\": \"9A975310-9591-4EBF-B987-CA43433B4C54\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:beta4:*:*:*:*:*:*\", \"matchCriteriaId\": \"8653D6A2-4B5B-4F1D-A898-8F81F29C6FC2\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:beta5:*:*:*:*:*:*\", \"matchCriteriaId\": \"D18649FF-8838-432E-93B8-3F8B82B0DEA9\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:beta6:*:*:*:*:*:*\", \"matchCriteriaId\": \"9375EA90-0763-4817-8C7D-2D7E116E043F\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:beta7:*:*:*:*:*:*\", \"matchCriteriaId\": \"C02C2F95-2AC2-4E0C-B5D0-785CDF1EDB85\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:rc1:*:*:*:*:*:*\", \"matchCriteriaId\": \"12E7BC34-65F0-4DD6-8809-F05320955479\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:rc2:*:*:*:*:*:*\", \"matchCriteriaId\": \"390CFA92-68AE-4DE9-A199-1B7290A82168\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0:rc3:*:*:*:*:*:*\", \"matchCriteriaId\": \"1E56F249-3E6A-4764-8CAE-D3E5B6A86AB3\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"953745B7-1381-47F5-8012-E699EFA065CC\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"87A8A3DA-61AF-4369-ACB0-7D54EEB1DAA1\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"40B7525F-EEE1-4537-BCE6-15DF3E348FEF\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"6B831C72-C932-4B8C-8B16-C3BC2672AF98\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0.5:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"FC5BB3C9-BBC6-43D8-830A-38020F50B148\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.0.6:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"BC9E1C24-9907-44F4-9166-5C679F05DF12\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.1.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A8BE6777-6CA9-443E-A2A5-CCD3ED7EAECF\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.1.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"9F8F3B76-7443-437E-B908-95D0EF0214C7\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.1.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"EF23E8B9-6F07-471A-8332-E6B35DFCE37A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.2.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"4EEFF0B7-60B4-4022-9EF5-101B707BAC6C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.2.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"7BC14996-78F9-4A95-9750-1229E57C19C7\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.2.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C4C3195A-7B72-45BA-8F83-6B0FE00D3B8B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.2.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"4584E0CD-A0F9-4AD1-ACC5-800E38F5DD59\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.3.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"166D983D-2D1B-45D4-8ACF-68ED11BBF5BE\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.4.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"68D2FFFD-9A12-4230-90F6-AC5E3676FD04\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.4.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"21A1C2E3-9E5C-4F00-8393-33DAC6765332\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.4.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"F2C8C695-EBA7-4FD0-BBD0-F339757559EE\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.4.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B06E7504-A5C5-42F3-B325-EE9905A9783A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:nagios:nagios:3.5.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"4594D8DC-97C7-4D8A-8CF8-56BD11C85733\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Off-by-one error in the process_cgivars function in contrib/daemonchk.c in Nagios Core 3.5.1, 4.0.2, and earlier allows remote authenticated users to obtain sensitive information from process memory or cause a denial of service (crash) via a long string in the last key value in the variable list, which triggers a heap-based buffer over-read.\"}, {\"lang\": \"es\", \"value\": \"Error de superaci\\u00f3n de l\\u00edmite (off-by-one) en la funci\\u00f3n process_cgivars en contrib/daemonchk.c en Nagios Core 3.5.1, 4.0.2 y anteriores, permite a usuarios autenticados remotamente obtener informaci\\u00f3n sensible desde procesos de memoria o causar denegaci\\u00f3n de servicio (ca\\u00edda) a trav\\u00e9s de cadenas largas en el valor de la \\u00faltima clave en la lista de variables, lo cual lanza una sobre-lectura de buffer basada en memoria din\\u00e1mica.\"}]",
"id": "CVE-2013-7205",
"lastModified": "2024-11-21T02:00:29.730",
"metrics": "{\"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:N/C:P/I:N/A:P\", \"baseScore\": 6.4, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 10.0, \"impactScore\": 4.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2014-01-15T16:08:04.063",
"references": "[{\"url\": \"http://secunia.com/advisories/55976\", \"source\": \"cve@mitre.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"http://sourceforge.net/p/nagios/nagioscore/ci/d97e03f32741a7d851826b03ed73ff4c9612a866/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://www.mandriva.com/security/advisories?name=MDVSA-2014:004\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2013/12/24/1\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://www.securityfocus.com/bid/64489\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2018/12/msg00014.html\", \"source\": \"cve@mitre.org\"}, {\"url\": \"http://secunia.com/advisories/55976\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"http://sourceforge.net/p/nagios/nagioscore/ci/d97e03f32741a7d851826b03ed73ff4c9612a866/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.mandriva.com/security/advisories?name=MDVSA-2014:004\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2013/12/24/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.securityfocus.com/bid/64489\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2018/12/msg00014.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-119\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2013-7205\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2014-01-15T16:08:04.063\",\"lastModified\":\"2026-04-29T01:13:23.040\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Off-by-one error in the process_cgivars function in contrib/daemonchk.c in Nagios Core 3.5.1, 4.0.2, and earlier allows remote authenticated users to obtain sensitive information from process memory or cause a denial of service (crash) via a long string in the last key value in the variable list, which triggers a heap-based buffer over-read.\"},{\"lang\":\"es\",\"value\":\"Error de superaci\u00f3n de l\u00edmite (off-by-one) en la funci\u00f3n process_cgivars en contrib/daemonchk.c en Nagios Core 3.5.1, 4.0.2 y anteriores, permite a usuarios autenticados remotamente obtener informaci\u00f3n sensible desde procesos de memoria o causar denegaci\u00f3n de servicio (ca\u00edda) a trav\u00e9s de cadenas largas en el valor de la \u00faltima clave en la lista de variables, lo cual lanza una sobre-lectura de buffer basada en memoria din\u00e1mica.\"}],\"metrics\":{\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:N/A:P\",\"baseScore\":6.4,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":4.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"4.0.2\",\"matchCriteriaId\":\"D6B3FCCE-CD72-42D2-9ED4-DE7E0F7D5770\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DDCA77EF-1020-4068-9CDC-5CF3B0CD66A7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"751C46D5-877F-454B-8488-BBCA10CA4930\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:alpha2:*:*:*:*:*:*\",\"matchCriteriaId\":\"F4754494-17BE-496E-A7B8-453B3028CC45\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:alpha3:*:*:*:*:*:*\",\"matchCriteriaId\":\"CD15E8FA-04D3-4625-BEA5-9F5CC0337699\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:alpha4:*:*:*:*:*:*\",\"matchCriteriaId\":\"713C5F3E-AA57-4F52-AC0A-9B1F25C25580\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:alpha5:*:*:*:*:*:*\",\"matchCriteriaId\":\"690EA084-9E58-4226-B490-2969E6C6BEBC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:beta1:*:*:*:*:*:*\",\"matchCriteriaId\":\"0AFABA9F-4A45-4150-AED1-897267076A32\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:beta2:*:*:*:*:*:*\",\"matchCriteriaId\":\"830BB564-82FD-4519-A8EA-DCDF74F2BC54\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:beta3:*:*:*:*:*:*\",\"matchCriteriaId\":\"9A975310-9591-4EBF-B987-CA43433B4C54\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:beta4:*:*:*:*:*:*\",\"matchCriteriaId\":\"8653D6A2-4B5B-4F1D-A898-8F81F29C6FC2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:beta5:*:*:*:*:*:*\",\"matchCriteriaId\":\"D18649FF-8838-432E-93B8-3F8B82B0DEA9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:beta6:*:*:*:*:*:*\",\"matchCriteriaId\":\"9375EA90-0763-4817-8C7D-2D7E116E043F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:beta7:*:*:*:*:*:*\",\"matchCriteriaId\":\"C02C2F95-2AC2-4E0C-B5D0-785CDF1EDB85\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"12E7BC34-65F0-4DD6-8809-F05320955479\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"390CFA92-68AE-4DE9-A199-1B7290A82168\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"1E56F249-3E6A-4764-8CAE-D3E5B6A86AB3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"953745B7-1381-47F5-8012-E699EFA065CC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"87A8A3DA-61AF-4369-ACB0-7D54EEB1DAA1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"40B7525F-EEE1-4537-BCE6-15DF3E348FEF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6B831C72-C932-4B8C-8B16-C3BC2672AF98\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FC5BB3C9-BBC6-43D8-830A-38020F50B148\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.0.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BC9E1C24-9907-44F4-9166-5C679F05DF12\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.1.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A8BE6777-6CA9-443E-A2A5-CCD3ED7EAECF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.1.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"9F8F3B76-7443-437E-B908-95D0EF0214C7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.1.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"EF23E8B9-6F07-471A-8332-E6B35DFCE37A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.2.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4EEFF0B7-60B4-4022-9EF5-101B707BAC6C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.2.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7BC14996-78F9-4A95-9750-1229E57C19C7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.2.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C4C3195A-7B72-45BA-8F83-6B0FE00D3B8B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.2.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4584E0CD-A0F9-4AD1-ACC5-800E38F5DD59\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.3.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"166D983D-2D1B-45D4-8ACF-68ED11BBF5BE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"68D2FFFD-9A12-4230-90F6-AC5E3676FD04\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.4.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"21A1C2E3-9E5C-4F00-8393-33DAC6765332\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.4.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F2C8C695-EBA7-4FD0-BBD0-F339757559EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.4.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B06E7504-A5C5-42F3-B325-EE9905A9783A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nagios:nagios:3.5.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4594D8DC-97C7-4D8A-8CF8-56BD11C85733\"}]}]}],\"references\":[{\"url\":\"http://secunia.com/advisories/55976\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://sourceforge.net/p/nagios/nagioscore/ci/d97e03f32741a7d851826b03ed73ff4c9612a866/\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.mandriva.com/security/advisories?name=MDVSA-2014:004\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2013/12/24/1\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://www.securityfocus.com/bid/64489\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2018/12/msg00014.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://secunia.com/advisories/55976\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://sourceforge.net/p/nagios/nagioscore/ci/d97e03f32741a7d851826b03ed73ff4c9612a866/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.mandriva.com/security/advisories?name=MDVSA-2014:004\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2013/12/24/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.securityfocus.com/bid/64489\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2018/12/msg00014.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…