All the vulnerabilites related to Unknown - YaySMTP – Simple WP SMTP Mail
cve-2022-2369
Vulnerability from cvelistv5
Published
2022-08-01 12:52
Modified
2024-08-03 00:32
Severity ?
EPSS score ?
Summary
YaySMTP < 2.2.1 - Subscriber+ Logs Disclosure
References
▼ | URL | Tags |
---|---|---|
https://wpscan.com/vulnerability/9ec8d318-9d25-4868-94c6-7c16444c275d | x_refsource_MISC |
Impacted products
▼ | Vendor | Product |
---|---|---|
Unknown | YaySMTP – Simple WP SMTP Mail |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T00:32:09.470Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://wpscan.com/vulnerability/9ec8d318-9d25-4868-94c6-7c16444c275d" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "YaySMTP \u2013 Simple WP SMTP Mail", "vendor": "Unknown", "versions": [ { "lessThan": "2.2.1", "status": "affected", "version": "2.2.1", "versionType": "custom" } ] } ], "credits": [ { "lang": "en", "value": "Rafshanzani Suhada" } ], "descriptions": [ { "lang": "en", "value": "The YaySMTP WordPress plugin before 2.2.1 does not have capability check in an AJAX action, allowing any logged in users, such as subscriber to view the Logs of the plugin" } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-862", "description": "CWE-862 Missing Authorization", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-08-01T12:52:42", "orgId": "1bfdd5d7-9bf6-4a53-96ea-42e2716d7a81", "shortName": "WPScan" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://wpscan.com/vulnerability/9ec8d318-9d25-4868-94c6-7c16444c275d" } ], "source": { "discovery": "EXTERNAL" }, "title": "YaySMTP \u003c 2.2.1 - Subscriber+ Logs Disclosure", "x_generator": "WPScan CVE Generator", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "contact@wpscan.com", "ID": "CVE-2022-2369", "STATE": "PUBLIC", "TITLE": "YaySMTP \u003c 2.2.1 - Subscriber+ Logs Disclosure" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "YaySMTP \u2013 Simple WP SMTP Mail", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "2.2.1", "version_value": "2.2.1" } ] } } ] }, "vendor_name": "Unknown" } ] } }, "credit": [ { "lang": "eng", "value": "Rafshanzani Suhada" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The YaySMTP WordPress plugin before 2.2.1 does not have capability check in an AJAX action, allowing any logged in users, such as subscriber to view the Logs of the plugin" } ] }, "generator": "WPScan CVE Generator", "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-862 Missing Authorization" } ] } ] }, "references": { "reference_data": [ { "name": "https://wpscan.com/vulnerability/9ec8d318-9d25-4868-94c6-7c16444c275d", "refsource": "MISC", "url": "https://wpscan.com/vulnerability/9ec8d318-9d25-4868-94c6-7c16444c275d" } ] }, "source": { "discovery": "EXTERNAL" } } } }, "cveMetadata": { "assignerOrgId": "1bfdd5d7-9bf6-4a53-96ea-42e2716d7a81", "assignerShortName": "WPScan", "cveId": "CVE-2022-2369", "datePublished": "2022-08-01T12:52:42", "dateReserved": "2022-07-11T00:00:00", "dateUpdated": "2024-08-03T00:32:09.470Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2022-2372
Vulnerability from cvelistv5
Published
2022-08-08 13:47
Modified
2024-08-03 00:32
Severity ?
EPSS score ?
Summary
YaySMTP < 2.2.2 - Admin+ Stored Cross-Site Scripting
References
▼ | URL | Tags |
---|---|---|
https://wpscan.com/vulnerability/941fadb6-0009-4751-b979-88e87ebb1e45 | x_refsource_MISC |
Impacted products
▼ | Vendor | Product |
---|---|---|
Unknown | YaySMTP – Simple WP SMTP Mail |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T00:32:09.568Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://wpscan.com/vulnerability/941fadb6-0009-4751-b979-88e87ebb1e45" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "YaySMTP \u2013 Simple WP SMTP Mail", "vendor": "Unknown", "versions": [ { "lessThan": "2.2.2", "status": "affected", "version": "2.2.2", "versionType": "custom" } ] } ], "credits": [ { "lang": "en", "value": "Rafshanzani Suhada" } ], "descriptions": [ { "lang": "en", "value": "The YaySMTP WordPress plugin before 2.2.2 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks when the unfiltered_html capability is disallowed (for example in multisite setup)" } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79 Cross-Site Scripting (XSS)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-08-08T13:47:54", "orgId": "1bfdd5d7-9bf6-4a53-96ea-42e2716d7a81", "shortName": "WPScan" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://wpscan.com/vulnerability/941fadb6-0009-4751-b979-88e87ebb1e45" } ], "source": { "discovery": "EXTERNAL" }, "title": "YaySMTP \u003c 2.2.2 - Admin+ Stored Cross-Site Scripting", "x_generator": "WPScan CVE Generator", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "contact@wpscan.com", "ID": "CVE-2022-2372", "STATE": "PUBLIC", "TITLE": "YaySMTP \u003c 2.2.2 - Admin+ Stored Cross-Site Scripting" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "YaySMTP \u2013 Simple WP SMTP Mail", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "2.2.2", "version_value": "2.2.2" } ] } } ] }, "vendor_name": "Unknown" } ] } }, "credit": [ { "lang": "eng", "value": "Rafshanzani Suhada" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The YaySMTP WordPress plugin before 2.2.2 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks when the unfiltered_html capability is disallowed (for example in multisite setup)" } ] }, "generator": "WPScan CVE Generator", "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-79 Cross-Site Scripting (XSS)" } ] } ] }, "references": { "reference_data": [ { "name": "https://wpscan.com/vulnerability/941fadb6-0009-4751-b979-88e87ebb1e45", "refsource": "MISC", "url": "https://wpscan.com/vulnerability/941fadb6-0009-4751-b979-88e87ebb1e45" } ] }, "source": { "discovery": "EXTERNAL" } } } }, "cveMetadata": { "assignerOrgId": "1bfdd5d7-9bf6-4a53-96ea-42e2716d7a81", "assignerShortName": "WPScan", "cveId": "CVE-2022-2372", "datePublished": "2022-08-08T13:47:54", "dateReserved": "2022-07-11T00:00:00", "dateUpdated": "2024-08-03T00:32:09.568Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2022-2371
Vulnerability from cvelistv5
Published
2022-08-08 13:47
Modified
2024-08-03 00:32
Severity ?
EPSS score ?
Summary
YaySMTP < 2.2.1 - Subscriber+ Stored Cross-Site Scripting
References
▼ | URL | Tags |
---|---|---|
https://wpscan.com/vulnerability/31405f1e-fc07-43f5-afc1-9cfbaf6911b7 | x_refsource_MISC |
Impacted products
▼ | Vendor | Product |
---|---|---|
Unknown | YaySMTP – Simple WP SMTP Mail |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T00:32:09.561Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://wpscan.com/vulnerability/31405f1e-fc07-43f5-afc1-9cfbaf6911b7" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "YaySMTP \u2013 Simple WP SMTP Mail", "vendor": "Unknown", "versions": [ { "lessThan": "2.2.1", "status": "affected", "version": "2.2.1", "versionType": "custom" } ] } ], "credits": [ { "lang": "en", "value": "Rafshanzani Suhada" } ], "descriptions": [ { "lang": "en", "value": "The YaySMTP WordPress plugin before 2.2.1 does not have proper authorisation when saving its settings, allowing users with a role as low as subscriber to change them, and use that to conduct Stored Cross-Site Scripting attack due to the lack of escaping in them as well." } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79 Cross-Site Scripting (XSS)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-08-08T13:47:39", "orgId": "1bfdd5d7-9bf6-4a53-96ea-42e2716d7a81", "shortName": "WPScan" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://wpscan.com/vulnerability/31405f1e-fc07-43f5-afc1-9cfbaf6911b7" } ], "source": { "discovery": "EXTERNAL" }, "title": "YaySMTP \u003c 2.2.1 - Subscriber+ Stored Cross-Site Scripting", "x_generator": "WPScan CVE Generator", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "contact@wpscan.com", "ID": "CVE-2022-2371", "STATE": "PUBLIC", "TITLE": "YaySMTP \u003c 2.2.1 - Subscriber+ Stored Cross-Site Scripting" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "YaySMTP \u2013 Simple WP SMTP Mail", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "2.2.1", "version_value": "2.2.1" } ] } } ] }, "vendor_name": "Unknown" } ] } }, "credit": [ { "lang": "eng", "value": "Rafshanzani Suhada" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The YaySMTP WordPress plugin before 2.2.1 does not have proper authorisation when saving its settings, allowing users with a role as low as subscriber to change them, and use that to conduct Stored Cross-Site Scripting attack due to the lack of escaping in them as well." } ] }, "generator": "WPScan CVE Generator", "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-79 Cross-Site Scripting (XSS)" } ] } ] }, "references": { "reference_data": [ { "name": "https://wpscan.com/vulnerability/31405f1e-fc07-43f5-afc1-9cfbaf6911b7", "refsource": "MISC", "url": "https://wpscan.com/vulnerability/31405f1e-fc07-43f5-afc1-9cfbaf6911b7" } ] }, "source": { "discovery": "EXTERNAL" } } } }, "cveMetadata": { "assignerOrgId": "1bfdd5d7-9bf6-4a53-96ea-42e2716d7a81", "assignerShortName": "WPScan", "cveId": "CVE-2022-2371", "datePublished": "2022-08-08T13:47:39", "dateReserved": "2022-07-11T00:00:00", "dateUpdated": "2024-08-03T00:32:09.561Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }