Skip to content

Commit

Permalink
feat: Added support for Misconfigured Salesforce Communities (Experie…
Browse files Browse the repository at this point in the history
…nce Cloud)
  • Loading branch information
0xblackbird committed Jul 9, 2024
1 parent 0ba44d3 commit 4af8421
Showing 1 changed file with 57 additions and 2 deletions.
59 changes: 57 additions & 2 deletions templates/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@
"request": {
"method": "GET",
"baseURL": "https://jenkins.{TARGET}",
"path": ["/signup"],
"path": [
"/signup",
"/jenkins/signup"
],
"body": null
},
"response": {
Expand Down Expand Up @@ -485,5 +488,57 @@
"https://support.atlassian.com/confluence-cloud/docs/make-a-space-public/"
]
}
},
{
"id": 14,
"request": {
"method": "POST",
"baseURL": "https://{TARGET}.lightning.force.com",
"path": [
"/aura",
"/sfsites/aura",
"/s/sfsites/aura"
],
"headers": [
{
"Content-Type": "application/json"
}
],
"body": "{}"
},
"response": {
"statusCode": 401,
"detectionFingerprints": [
"markup:\/\/aura:invalidSession",
"aura:\/\/String"
],
"fingerprints": [
"markup:\/\/aura:invalidSession",
"aura:\/\/String"
]
},
"metadata": {
"service": "salesforce",
"serviceName": "Salesforce Lightning Aura Component Enabled",
"description": "Salesforce Lightning Aura Component is enabled and if access controls are not properly enforced, it may introduce several security issues such as data leaks and potential privilege escalations.",
"reproductionSteps": [
"Replicate the POST request",
"Observe the response manually and further enumerate global and custom Salesforce Objects. View the references for more information."
],
"references": [
"https://bugology.intigriti.io/misconfig-mapper-docs/services/salesforce/salesforce-lightning-aura-component-enabled",
"https://www.enumerated.ie/index/salesforce",
"https://www.enumerated.ie/index/salesforce-lightning-tinting-the-windows",
"https://infosecwriteups.com/in-simple-words-pen-testing-salesforce-saas-application-part-1-the-essentials-ffae632a00e5",
"https://infosecwriteups.com/in-simple-words-pen-testing-salesforce-saas-application-part-2-fuzz-exploit-eefae11ba5ae",
"https://infosecwriteups.com/salesforce-bug-hunting-to-critical-bug-b5da44789d3",
"https://www.biswajeetsamal.com/blog/salesforce-object-key-prefix-list/",
"https://www.varonis.com/blog/abusing-salesforce-communities",
"https://web.archive.org/web/20210116171949/https://mcafee.com/blogs/enterprise/cloud-security/17-must-enable-salesforce-security-capabilities-and-other-best-practices/",
"https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/intro_lightning.htm",
"https://help.salesforce.com/s/articleView?id=ind.media_asm_Disable_Lightning_Web_Security.htm&type=5",
"https://trailhead.salesforce.com/content/learn/modules/data_security/data_security_records"
]
}
}
]
]

0 comments on commit 4af8421

Please sign in to comment.